Html Css Color HEX #F1CFDA Pink Lace

📋 copy color: '#F1CFDA'

red 241 ◦ green 207 ◦ blue 218

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

Shades of Pink Lace #F1CFDA

Tints of Pink Lace #F1CFDA

RGB

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

 GREEN value IS 207 (81.25% from 255) = 31.08%

 BLUE value IS 218 (85.55% from 255) = 32.73%

R = 36.19%
G = 31.08%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F1CFDA (or 0xF1CFDA) is known color: Pink Lace. HEX triplet: F1, CF and DA. RGB value is (241,207,218). Sum of RGB (Red+Green+Blue) = 241+207+218=666 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.19% from 666); Green value is 207 (81.25% from 255 or 31.08% from 666); Blue value is 218 (85.55% from 255 or 32.73% from 666); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CFDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CFDA is #0E3025. Grayscale: #DADADA. Windows color (decimal): -929830 or 14340081. OLE color: 14340081.

HSL color Cylindrical-coordinate representation of color #F1CFDA: hue angle of 340.59º degrees, saturation: 0.55, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F1CFDA is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 207 218 -
CMYK 0 0.14 0.10 0.05
HSL 340.59º 0.55% 0.88% -
HSV(B) 340.59º 0.14% 0.95% -
XYZ 71.24 68.39 75.78 -
YUV 218.42 127.76 144.11 -
System Red Green Blue C M Y K H S L
Decimal 241 207 218 0 0.14 0.10 0.05 340.59 0.55 0.88
Hex F1 CF DA 0 E A 5 155 37 58
Octal 361 317 332 0 16 12 5 525 67 130
Binary 11110001 11001111 11011010 0 1110 1010 101 101010101 110111 1011000

Color Harmonies of #F1CFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1CFDA

Black with #F1CFDA

Text Example


Text Example

White with #F1CFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1CFDA; }

 p { color: rgb(241,207,218); }

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

background-color css

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

 a { background-color: rgb(241,207,218); }

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

border-color css

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

 span { border-color: rgb(241,207,218); }

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