Html Css Color HEX #F5CFDB Pink Lace

📋 copy color: '#F5CFDB'

red 245 ◦ green 207 ◦ blue 219

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

Shades of Pink Lace #F5CFDB

Tints of Pink Lace #F5CFDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 32.64%

R = 36.51%
G = 30.85%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F5CFDB (or 0xF5CFDB) is known color: Pink Lace. HEX triplet: F5, CF and DB. RGB value is (245,207,219). Sum of RGB (Red+Green+Blue) = 245+207+219=671 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.51% from 671); Green value is 207 (81.25% from 255 or 30.85% from 671); Blue value is 219 (85.94% from 255 or 32.64% from 671); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CFDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CFDB is #0A3024. Grayscale: #DBDBDB. Windows color (decimal): -667685 or 14405621. OLE color: 14405621.

HSL color Cylindrical-coordinate representation of color #F5CFDB: hue angle of 341.05º 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 #F5CFDB is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 207 219 -
CMYK 0 0.16 0.11 0.04
HSL 341.05º 0.66% 0.89% -
HSV(B) 341.05º 0.16% 0.96% -
XYZ 72.76 69.15 76.53 -
YUV 219.73 127.59 146.02 -
System Red Green Blue C M Y K H S L
Decimal 245 207 219 0 0.16 0.11 0.04 341.05 0.66 0.89
Hex F5 CF DB 0 10 B 4 155 42 59
Octal 365 317 333 0 20 13 4 525 102 131
Binary 11110101 11001111 11011011 0 10000 1011 100 101010101 1000010 1011001

Color Harmonies of #F5CFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CFDB

Black with #F5CFDB

Text Example


Text Example

White with #F5CFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CFDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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