Html Css Color HEX #F9CFD5 Pink Lace

📋 copy color: '#F9CFD5'

red 249 ◦ green 207 ◦ blue 213

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

Shades of Pink Lace #F9CFD5

Tints of Pink Lace #F9CFD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 31.84%

R = 37.22%
G = 30.94%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#F9CFD5 (or 0xF9CFD5) is known color: Pink Lace. HEX triplet: F9, CF and D5. RGB value is (249,207,213). Sum of RGB (Red+Green+Blue) = 249+207+213=669 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.22% from 669); Green value is 207 (81.25% from 255 or 30.94% from 669); Blue value is 213 (83.59% from 255 or 31.84% from 669); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CFD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9CFD5 is #06302A. Grayscale: #DCDCDC. Windows color (decimal): -405547 or 14012409. OLE color: 14012409.

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

Color convert

RGB 249 207 213 -
CMYK 0 0.17 0.14 0.02
HSL 351.43º 0.78% 0.89% -
HSV(B) 351.43º 0.17% 0.98% -
XYZ 73.39 69.57 72.51 -
YUV 220.24 123.91 148.51 -
System Red Green Blue C M Y K H S L
Decimal 249 207 213 0 0.17 0.14 0.02 351.43 0.78 0.89
Hex F9 CF D5 0 11 E 2 15F 4E 59
Octal 371 317 325 0 21 16 2 537 116 131
Binary 11111001 11001111 11010101 0 10001 1110 10 101011111 1001110 1011001

Color Harmonies of #F9CFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9CFD5

Black with #F9CFD5

Text Example


Text Example

White with #F9CFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9CFD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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