Html Css Color HEX #FFCAD5 Pink Lace

📋 copy color: '#FFCAD5'

red 255 ◦ green 202 ◦ blue 213

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

Shades of Pink Lace #FFCAD5

Tints of Pink Lace #FFCAD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 31.79%

R = 38.06%
G = 30.15%
B = 31.79%

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

#FFCAD5 (or 0xFFCAD5) is known color: Pink Lace. HEX triplet: FF, CA and D5. RGB value is (255,202,213). Sum of RGB (Red+Green+Blue) = 255+202+213=670 (88% of max value = 765). Red value is 255 (100% from 255 or 38.06% from 670); Green value is 202 (79.30% from 255 or 30.15% from 670); Blue value is 213 (83.59% from 255 or 31.79% from 670); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCAD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCAD5 is #00352A. Grayscale: #DBDBDB. Windows color (decimal): -13611 or 14011135. OLE color: 14011135.

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

Color convert

RGB 255 202 213 -
CMYK 0 0.21 0.16 0
HSL 347.55º 1% 0.9% -
HSV(B) 347.55º 0.21% 1% -
XYZ 74.37 68.31 72.22 -
YUV 219.1 124.56 153.61 -
System Red Green Blue C M Y K H S L
Decimal 255 202 213 0 0.21 0.16 0 347.55 1 0.9
Hex FF CA D5 0 15 10 0 15C 64 5A
Octal 377 312 325 0 25 20 0 534 144 132
Binary 11111111 11001010 11010101 0 10101 10000 0 101011100 1100100 1011010

Color Harmonies of #FFCAD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCAD5

Black with #FFCAD5

Text Example


Text Example

White with #FFCAD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCAD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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