Html Css Color HEX #F1CAD3 Pink Lace

📋 copy color: '#F1CAD3'

red 241 ◦ green 202 ◦ blue 211

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

Shades of Pink Lace #F1CAD3

Tints of Pink Lace #F1CAD3

RGB

 RED value IS 241 (94.53% from 255) = 36.85%

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

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

R = 36.85%
G = 30.89%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#F1CAD3 (or 0xF1CAD3) is known color: Pink Lace. HEX triplet: F1, CA and D3. RGB value is (241,202,211). Sum of RGB (Red+Green+Blue) = 241+202+211=654 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.85% from 654); Green value is 202 (79.30% from 255 or 30.89% from 654); Blue value is 211 (82.81% from 255 or 32.26% from 654); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CAD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CAD3 is #0E352C. Grayscale: #D6D6D6. Windows color (decimal): -931117 or 13880049. OLE color: 13880049.

HSL color Cylindrical-coordinate representation of color #F1CAD3: hue angle of 346.15º degrees, saturation: 0.58, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F1CAD3 is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 202 211 -
CMYK 0 0.16 0.12 0.05
HSL 346.15º 0.58% 0.87% -
HSV(B) 346.15º 0.16% 0.95% -
XYZ 69.15 65.64 70.65 -
YUV 214.69 125.92 146.77 -
System Red Green Blue C M Y K H S L
Decimal 241 202 211 0 0.16 0.12 0.05 346.15 0.58 0.87
Hex F1 CA D3 0 10 C 5 15A 3A 57
Octal 361 312 323 0 20 14 5 532 72 127
Binary 11110001 11001010 11010011 0 10000 1100 101 101011010 111010 1010111

Color Harmonies of #F1CAD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1CAD3

Black with #F1CAD3

Text Example


Text Example

White with #F1CAD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1CAD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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