Html Css Color HEX #F9CEDB Pink Lace

📋 copy color: '#F9CEDB'

red 249 ◦ green 206 ◦ blue 219

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

Shades of Pink Lace #F9CEDB

Tints of Pink Lace #F9CEDB

RGB

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

 GREEN value IS 206 (80.86% from 255) = 30.56%

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

R = 36.94%
G = 30.56%
B = 32.49%

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

#F9CEDB (or 0xF9CEDB) is known color: Pink Lace. HEX triplet: F9, CE and DB. RGB value is (249,206,219). Sum of RGB (Red+Green+Blue) = 249+206+219=674 (89% of max value = 765). Red value is 249 (97.66% from 255 or 36.94% from 674); Green value is 206 (80.86% from 255 or 30.56% from 674); Blue value is 219 (85.94% from 255 or 32.49% from 674); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CEDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9CEDB is #063124. Grayscale: #DCDCDC. Windows color (decimal): -405797 or 14405369. OLE color: 14405369.

HSL color Cylindrical-coordinate representation of color #F9CEDB: hue angle of 341.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 #F9CEDB is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 206 219 -
CMYK 0 0.17 0.12 0.02
HSL 341.86º 0.78% 0.89% -
HSV(B) 341.86º 0.17% 0.98% -
XYZ 73.92 69.4 76.52 -
YUV 220.34 127.25 148.44 -
System Red Green Blue C M Y K H S L
Decimal 249 206 219 0 0.17 0.12 0.02 341.86 0.78 0.89
Hex F9 CE DB 0 11 C 2 156 4E 59
Octal 371 316 333 0 21 14 2 526 116 131
Binary 11111001 11001110 11011011 0 10001 1100 10 101010110 1001110 1011001

Color Harmonies of #F9CEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9CEDB

Black with #F9CEDB

Text Example


Text Example

White with #F9CEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9CEDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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