Html Css Color HEX #FDCBD3 Pink Lace

📋 copy color: '#FDCBD3'

red 253 ◦ green 203 ◦ blue 211

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

Shades of Pink Lace #FDCBD3

Tints of Pink Lace #FDCBD3

RGB

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

 GREEN value IS 203 (79.69% from 255) = 30.43%

 BLUE value IS 211 (82.81% from 255) = 31.63%

R = 37.93%
G = 30.43%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FDCBD3 (or 0xFDCBD3) is known color: Pink Lace. HEX triplet: FD, CB and D3. RGB value is (253,203,211). Sum of RGB (Red+Green+Blue) = 253+203+211=667 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.93% from 667); Green value is 203 (79.69% from 255 or 30.43% from 667); Blue value is 211 (82.81% from 255 or 31.63% from 667); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCBD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCBD3 is #02342C. Grayscale: #DADADA. Windows color (decimal): -144429 or 13880317. OLE color: 13880317.

HSL color Cylindrical-coordinate representation of color #FDCBD3: hue angle of 350.4º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FDCBD3 is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 203 211 -
CMYK 0 0.20 0.17 0.01
HSL 350.4º 0.93% 0.89% -
HSV(B) 350.4º 0.2% 0.99% -
XYZ 73.62 68.3 70.93 -
YUV 218.86 123.57 152.35 -
System Red Green Blue C M Y K H S L
Decimal 253 203 211 0 0.20 0.17 0.01 350.4 0.93 0.89
Hex FD CB D3 0 14 11 1 15E 5D 59
Octal 375 313 323 0 24 21 1 536 135 131
Binary 11111101 11001011 11010011 0 10100 10001 1 101011110 1011101 1011001

Color Harmonies of #FDCBD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCBD3

Black with #FDCBD3

Text Example


Text Example

White with #FDCBD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCBD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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