Html Css Color HEX #FFCAD7 Pink Lace

📋 copy color: '#FFCAD7'

red 255 ◦ green 202 ◦ blue 215

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

Shades of Pink Lace #FFCAD7

Tints of Pink Lace #FFCAD7

RGB

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

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

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

R = 37.95%
G = 30.06%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.16

 K value IS 0

RGB Variations

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

Color information

#FFCAD7 (or 0xFFCAD7) is known color: Pink Lace. HEX triplet: FF, CA and D7. RGB value is (255,202,215). Sum of RGB (Red+Green+Blue) = 255+202+215=672 (89% of max value = 765). Red value is 255 (100% from 255 or 37.95% from 672); Green value is 202 (79.30% from 255 or 30.06% from 672); Blue value is 215 (84.38% from 255 or 31.99% from 672); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCAD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCAD7 is #003528. Grayscale: #DBDBDB. Windows color (decimal): -13609 or 14142207. OLE color: 14142207.

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

Color convert

RGB 255 202 215 -
CMYK 0 0.21 0.16 0
HSL 345.28º 1% 0.9% -
HSV(B) 345.28º 0.21% 1% -
XYZ 74.63 68.41 73.56 -
YUV 219.33 125.56 153.44 -
System Red Green Blue C M Y K H S L
Decimal 255 202 215 0 0.21 0.16 0 345.28 1 0.9
Hex FF CA D7 0 15 10 0 159 64 5A
Octal 377 312 327 0 25 20 0 531 144 132
Binary 11111111 11001010 11010111 0 10101 10000 0 101011001 1100100 1011010

Color Harmonies of #FFCAD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCAD7

Black with #FFCAD7

Text Example


Text Example

White with #FFCAD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCAD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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