Html Css Color HEX #FDCBD7 Pink Lace

📋 copy color: '#FDCBD7'

red 253 ◦ green 203 ◦ blue 215

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

Shades of Pink Lace #FDCBD7

Tints of Pink Lace #FDCBD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 32.04%

R = 37.7%
G = 30.25%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#FDCBD7 (or 0xFDCBD7) is known color: Pink Lace. HEX triplet: FD, CB and D7. RGB value is (253,203,215). Sum of RGB (Red+Green+Blue) = 253+203+215=671 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.70% from 671); Green value is 203 (79.69% from 255 or 30.25% from 671); Blue value is 215 (84.38% from 255 or 32.04% from 671); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCBD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCBD7 is #023428. Grayscale: #DBDBDB. Windows color (decimal): -144425 or 14142461. OLE color: 14142461.

HSL color Cylindrical-coordinate representation of color #FDCBD7: hue angle of 345.6º 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 #FDCBD7 is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 203 215 -
CMYK 0 0.20 0.15 0.01
HSL 345.6º 0.93% 0.89% -
HSV(B) 345.6º 0.2% 0.99% -
XYZ 74.13 68.5 73.6 -
YUV 219.32 125.57 152.02 -
System Red Green Blue C M Y K H S L
Decimal 253 203 215 0 0.20 0.15 0.01 345.6 0.93 0.89
Hex FD CB D7 0 14 F 1 15A 5D 59
Octal 375 313 327 0 24 17 1 532 135 131
Binary 11111101 11001011 11010111 0 10100 1111 1 101011010 1011101 1011001

Color Harmonies of #FDCBD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCBD7

Black with #FDCBD7

Text Example


Text Example

White with #FDCBD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCBD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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