Html Css Color HEX #F4CFDC Pink Lace

📋 copy color: '#F4CFDC'

red 244 ◦ green 207 ◦ blue 220

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

Shades of Pink Lace #F4CFDC

Tints of Pink Lace #F4CFDC

RGB

 RED value IS 244 (95.7% from 255) = 36.36%

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

 BLUE value IS 220 (86.33% from 255) = 32.79%

R = 36.36%
G = 30.85%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F4CFDC (or 0xF4CFDC) is known color: Pink Lace. HEX triplet: F4, CF and DC. RGB value is (244,207,220). Sum of RGB (Red+Green+Blue) = 244+207+220=671 (88% of max value = 765). Red value is 244 (95.70% from 255 or 36.36% from 671); Green value is 207 (81.25% from 255 or 30.85% from 671); Blue value is 220 (86.33% from 255 or 32.79% from 671); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CFDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4CFDC is #0B3023. Grayscale: #DBDBDB. Windows color (decimal): -733220 or 14471156. OLE color: 14471156.

HSL color Cylindrical-coordinate representation of color #F4CFDC: hue angle of 338.92º degrees, saturation: 0.63, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F4CFDC is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 207 220 -
CMYK 0 0.15 0.10 0.04
HSL 338.92º 0.63% 0.88% -
HSV(B) 338.92º 0.15% 0.96% -
XYZ 72.54 69.03 77.21 -
YUV 219.55 128.26 145.44 -
System Red Green Blue C M Y K H S L
Decimal 244 207 220 0 0.15 0.10 0.04 338.92 0.63 0.88
Hex F4 CF DC 0 F A 4 153 3F 58
Octal 364 317 334 0 17 12 4 523 77 130
Binary 11110100 11001111 11011100 0 1111 1010 100 101010011 111111 1011000

Color Harmonies of #F4CFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4CFDC

Black with #F4CFDC

Text Example


Text Example

White with #F4CFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4CFDC; }

 p { color: rgb(244,207,220); }

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

background-color css

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

 a { background-color: rgb(244,207,220); }

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

border-color css

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

 span { border-color: rgb(244,207,220); }

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