Html Css Color HEX #F5CFDC Pink Lace

📋 copy color: '#F5CFDC'

red 245 ◦ green 207 ◦ blue 220

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

Shades of Pink Lace #F5CFDC

Tints of Pink Lace #F5CFDC

RGB

 RED value IS 245 (96.09% from 255) = 36.46%

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

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

R = 36.46%
G = 30.8%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F5CFDC (or 0xF5CFDC) is known color: Pink Lace. HEX triplet: F5, CF and DC. RGB value is (245,207,220). Sum of RGB (Red+Green+Blue) = 245+207+220=672 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.46% from 672); Green value is 207 (81.25% from 255 or 30.80% from 672); Blue value is 220 (86.33% from 255 or 32.74% from 672); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CFDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CFDC is #0A3023. Grayscale: #DBDBDB. Windows color (decimal): -667684 or 14471157. OLE color: 14471157.

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

Color convert

RGB 245 207 220 -
CMYK 0 0.16 0.10 0.04
HSL 339.47º 0.66% 0.89% -
HSV(B) 339.47º 0.16% 0.96% -
XYZ 72.89 69.21 77.23 -
YUV 219.84 128.09 145.94 -
System Red Green Blue C M Y K H S L
Decimal 245 207 220 0 0.16 0.10 0.04 339.47 0.66 0.89
Hex F5 CF DC 0 10 A 4 153 42 59
Octal 365 317 334 0 20 12 4 523 102 131
Binary 11110101 11001111 11011100 0 10000 1010 100 101010011 1000010 1011001

Color Harmonies of #F5CFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CFDC

Black with #F5CFDC

Text Example


Text Example

White with #F5CFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CFDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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