Html Css Color HEX #F1CCD8 Pink Lace

📋 copy color: '#F1CCD8'

red 241 ◦ green 204 ◦ blue 216

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

Shades of Pink Lace #F1CCD8

Tints of Pink Lace #F1CCD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 32.68%

R = 36.46%
G = 30.86%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F1CCD8 (or 0xF1CCD8) is known color: Pink Lace. HEX triplet: F1, CC and D8. RGB value is (241,204,216). Sum of RGB (Red+Green+Blue) = 241+204+216=661 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.46% from 661); Green value is 204 (80.08% from 255 or 30.86% from 661); Blue value is 216 (84.77% from 255 or 32.68% from 661); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CCD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CCD8 is #0E3327. Grayscale: #D8D8D8. Windows color (decimal): -930600 or 14208241. OLE color: 14208241.

HSL color Cylindrical-coordinate representation of color #F1CCD8: hue angle of 340.54º 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 #F1CCD8 is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 204 216 -
CMYK 0 0.15 0.10 0.05
HSL 340.54º 0.57% 0.87% -
HSV(B) 340.54º 0.15% 0.95% -
XYZ 70.26 66.84 74.16 -
YUV 216.43 127.76 145.52 -
System Red Green Blue C M Y K H S L
Decimal 241 204 216 0 0.15 0.10 0.05 340.54 0.57 0.87
Hex F1 CC D8 0 F A 5 155 39 57
Octal 361 314 330 0 17 12 5 525 71 127
Binary 11110001 11001100 11011000 0 1111 1010 101 101010101 111001 1010111

Color Harmonies of #F1CCD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1CCD8

Black with #F1CCD8

Text Example


Text Example

White with #F1CCD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1CCD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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