Html Css Color HEX #FFCAD4 Pink Lace

📋 copy color: '#FFCAD4'

red 255 ◦ green 202 ◦ blue 212

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

Shades of Pink Lace #FFCAD4

Tints of Pink Lace #FFCAD4

RGB

 RED value IS 255 (100% from 255) = 38.12%

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

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

R = 38.12%
G = 30.19%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.17

 K value IS 0

RGB Variations

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

Color information

#FFCAD4 (or 0xFFCAD4) is known color: Pink Lace. HEX triplet: FF, CA and D4. RGB value is (255,202,212). Sum of RGB (Red+Green+Blue) = 255+202+212=669 (88% of max value = 765). Red value is 255 (100% from 255 or 38.12% from 669); Green value is 202 (79.30% from 255 or 30.19% from 669); Blue value is 212 (83.20% from 255 or 31.69% from 669); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCAD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCAD4 is #00352B. Grayscale: #DBDBDB. Windows color (decimal): -13612 or 13945599. OLE color: 13945599.

HSL color Cylindrical-coordinate representation of color #FFCAD4: hue angle of 348.68º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FFCAD4 is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.

Color convert

RGB 255 202 212 -
CMYK 0 0.21 0.17 0
HSL 348.68º 1% 0.9% -
HSV(B) 348.68º 0.21% 1% -
XYZ 74.24 68.25 71.55 -
YUV 218.99 124.06 153.69 -
System Red Green Blue C M Y K H S L
Decimal 255 202 212 0 0.21 0.17 0 348.68 1 0.9
Hex FF CA D4 0 15 11 0 15D 64 5A
Octal 377 312 324 0 25 21 0 535 144 132
Binary 11111111 11001010 11010100 0 10101 10001 0 101011101 1100100 1011010

Color Harmonies of #FFCAD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCAD4

Black with #FFCAD4

Text Example


Text Example

White with #FFCAD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCAD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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