Html Css Color HEX #F1CCD7 Pink Lace

📋 copy color: '#F1CCD7'

red 241 ◦ green 204 ◦ blue 215

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

Shades of Pink Lace #F1CCD7

Tints of Pink Lace #F1CCD7

RGB

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

 GREEN value IS 204 (80.08% from 255) = 30.91%

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

R = 36.52%
G = 30.91%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.11

 K value IS 0.05

RGB Variations

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

Color information

#F1CCD7 (or 0xF1CCD7) is known color: Pink Lace. HEX triplet: F1, CC and D7. RGB value is (241,204,215). Sum of RGB (Red+Green+Blue) = 241+204+215=660 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.52% from 660); Green value is 204 (80.08% from 255 or 30.91% from 660); Blue value is 215 (84.38% from 255 or 32.58% from 660); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CCD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CCD7 is #0E3328. Grayscale: #D8D8D8. Windows color (decimal): -930601 or 14142705. OLE color: 14142705.

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

Color convert

RGB 241 204 215 -
CMYK 0 0.15 0.11 0.05
HSL 342.16º 0.57% 0.87% -
HSV(B) 342.16º 0.15% 0.95% -
XYZ 70.13 66.79 73.49 -
YUV 216.32 127.26 145.61 -
System Red Green Blue C M Y K H S L
Decimal 241 204 215 0 0.15 0.11 0.05 342.16 0.57 0.87
Hex F1 CC D7 0 F B 5 156 39 57
Octal 361 314 327 0 17 13 5 526 71 127
Binary 11110001 11001100 11010111 0 1111 1011 101 101010110 111001 1010111

Color Harmonies of #F1CCD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1CCD7

Black with #F1CCD7

Text Example


Text Example

White with #F1CCD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1CCD7; }

 p { color: rgb(241,204,215); }

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

background-color css

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

 a { background-color: rgb(241,204,215); }

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

border-color css

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

 span { border-color: rgb(241,204,215); }

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