Html Css Color HEX #F9CFDB Pink Lace

📋 copy color: '#F9CFDB'

red 249 ◦ green 207 ◦ blue 219

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

Shades of Pink Lace #F9CFDB

Tints of Pink Lace #F9CFDB

RGB

 RED value IS 249 (97.66% from 255) = 36.89%

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

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

R = 36.89%
G = 30.67%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#F9CFDB (or 0xF9CFDB) is known color: Pink Lace. HEX triplet: F9, CF and DB. RGB value is (249,207,219). Sum of RGB (Red+Green+Blue) = 249+207+219=675 (89% of max value = 765). Red value is 249 (97.66% from 255 or 36.89% from 675); Green value is 207 (81.25% from 255 or 30.67% from 675); Blue value is 219 (85.94% from 255 or 32.44% from 675); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CFDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9CFDB is #063024. Grayscale: #DCDCDC. Windows color (decimal): -405541 or 14405625. OLE color: 14405625.

HSL color Cylindrical-coordinate representation of color #F9CFDB: hue angle of 342.86º degrees, saturation: 0.78, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F9CFDB is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 207 219 -
CMYK 0 0.17 0.12 0.02
HSL 342.86º 0.78% 0.89% -
HSV(B) 342.86º 0.17% 0.98% -
XYZ 74.17 69.88 76.6 -
YUV 220.93 126.91 148.02 -
System Red Green Blue C M Y K H S L
Decimal 249 207 219 0 0.17 0.12 0.02 342.86 0.78 0.89
Hex F9 CF DB 0 11 C 2 157 4E 59
Octal 371 317 333 0 21 14 2 527 116 131
Binary 11111001 11001111 11011011 0 10001 1100 10 101010111 1001110 1011001

Color Harmonies of #F9CFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9CFDB

Black with #F9CFDB

Text Example


Text Example

White with #F9CFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9CFDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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