Html Css Color HEX #FDBDCB Pink

📋 copy color: '#FDBDCB'

red 253 ◦ green 189 ◦ blue 203

#FDBDCB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pink #FDBDCB

Tints of Pink #FDBDCB

RGB

 RED value IS 253 (99.22% from 255) = 39.22%

 GREEN value IS 189 (74.22% from 255) = 29.3%

 BLUE value IS 203 (79.69% from 255) = 31.47%

R = 39.22%
G = 29.3%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.20

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FDBDCB (or 0xFDBDCB) is known color: Pink. HEX triplet: FD, BD and CB. RGB value is (253,189,203). Sum of RGB (Red+Green+Blue) = 253+189+203=645 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.22% from 645); Green value is 189 (74.22% from 255 or 29.30% from 645); Blue value is 203 (79.69% from 255 or 31.47% from 645); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBDCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBDCB is #024234. Grayscale: #D1D1D1. Windows color (decimal): -148021 or 13352445. OLE color: 13352445.

HSL color Cylindrical-coordinate representation of color #FDBDCB: hue angle of 346.88º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FDBDCB is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 189 203 -
CMYK 0 0.25 0.20 0.01
HSL 346.88º 0.94% 0.87% -
HSV(B) 346.88º 0.25% 0.99% -
XYZ 69.49 61.59 64.73 -
YUV 209.73 124.2 158.86 -
System Red Green Blue C M Y K H S L
Decimal 253 189 203 0 0.25 0.20 0.01 346.88 0.94 0.87
Hex FD BD CB 0 19 14 1 15B 5E 57
Octal 375 275 313 0 31 24 1 533 136 127
Binary 11111101 10111101 11001011 0 11001 10100 1 101011011 1011110 1010111

Color Harmonies of #FDBDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBDCB

Black with #FDBDCB

Text Example


Text Example

White with #FDBDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBDCB; }

 p { color: rgb(253,189,203); }

 H1.HeaderClassName
 {
   color: #FDBDCB;
 }
 .AnyTagClassName
 {
   color: #FDBDCB;
 }
</style>

background-color css

<style>
 a { background-color: #FDBDCB; }

 a { background-color: rgb(253,189,203); }

 div.DivClassName
 {
   background-color: #FDBDCB;
 }
 .BgClassName
 {
   background-color: #FDBDCB;
 }
</style>

border-color css

<style>
 span { border-color: #FDBDCB; }

 span { border-color: rgb(253,189,203); }

 td.TdClassName
 {
   border-color: #FDBDCB;
 }
 .TagClassName
 {
   border-color: #FDBDCB;
 }
</style>