Html Css Color HEX #FDCAD4 Pink Lace

📋 copy color: '#FDCAD4'

red 253 ◦ green 202 ◦ blue 212

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

Shades of Pink Lace #FDCAD4

Tints of Pink Lace #FDCAD4

RGB

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

 GREEN value IS 202 (79.3% from 255) = 30.28%

 BLUE value IS 212 (83.2% from 255) = 31.78%

R = 37.93%
G = 30.28%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#FDCAD4 (or 0xFDCAD4) is known color: Pink Lace. HEX triplet: FD, CA and D4. RGB value is (253,202,212). Sum of RGB (Red+Green+Blue) = 253+202+212=667 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.93% from 667); Green value is 202 (79.30% from 255 or 30.28% from 667); Blue value is 212 (83.20% from 255 or 31.78% from 667); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCAD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCAD4 is #02352B. Grayscale: #DADADA. Windows color (decimal): -144684 or 13945597. OLE color: 13945597.

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

Color convert

RGB 253 202 212 -
CMYK 0 0.20 0.16 0.01
HSL 348.24º 0.93% 0.89% -
HSV(B) 348.24º 0.2% 0.99% -
XYZ 73.51 67.88 71.51 -
YUV 218.39 124.4 152.69 -
System Red Green Blue C M Y K H S L
Decimal 253 202 212 0 0.20 0.16 0.01 348.24 0.93 0.89
Hex FD CA D4 0 14 10 1 15C 5D 59
Octal 375 312 324 0 24 20 1 534 135 131
Binary 11111101 11001010 11010100 0 10100 10000 1 101011100 1011101 1011001

Color Harmonies of #FDCAD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCAD4

Black with #FDCAD4

Text Example


Text Example

White with #FDCAD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCAD4; }

 p { color: rgb(253,202,212); }

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

background-color css

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

 a { background-color: rgb(253,202,212); }

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

border-color css

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

 span { border-color: rgb(253,202,212); }

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