Html Css Color HEX #FFCAD3 Pink Lace

📋 copy color: '#FFCAD3'

red 255 ◦ green 202 ◦ blue 211

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

Shades of Pink Lace #FFCAD3

Tints of Pink Lace #FFCAD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 31.59%

R = 38.17%
G = 30.24%
B = 31.59%

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

#FFCAD3 (or 0xFFCAD3) is known color: Pink Lace. HEX triplet: FF, CA and D3. RGB value is (255,202,211). Sum of RGB (Red+Green+Blue) = 255+202+211=668 (88% of max value = 765). Red value is 255 (100% from 255 or 38.17% from 668); Green value is 202 (79.30% from 255 or 30.24% from 668); Blue value is 211 (82.81% from 255 or 31.59% from 668); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCAD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCAD3 is #00352C. Grayscale: #DADADA. Windows color (decimal): -13613 or 13880063. OLE color: 13880063.

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

Color convert

RGB 255 202 211 -
CMYK 0 0.21 0.17 0
HSL 349.81º 1% 0.9% -
HSV(B) 349.81º 0.21% 1% -
XYZ 74.12 68.2 70.89 -
YUV 218.87 123.56 153.77 -
System Red Green Blue C M Y K H S L
Decimal 255 202 211 0 0.21 0.17 0 349.81 1 0.9
Hex FF CA D3 0 15 11 0 15E 64 5A
Octal 377 312 323 0 25 21 0 536 144 132
Binary 11111111 11001010 11010011 0 10101 10001 0 101011110 1100100 1011010

Color Harmonies of #FFCAD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCAD3

Black with #FFCAD3

Text Example


Text Example

White with #FFCAD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCAD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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