Html Css Color HEX #F9C8D6 Pink Lace

📋 copy color: '#F9C8D6'

red 249 ◦ green 200 ◦ blue 214

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

Shades of Pink Lace #F9C8D6

Tints of Pink Lace #F9C8D6

RGB

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

 GREEN value IS 200 (78.52% from 255) = 30.17%

 BLUE value IS 214 (83.98% from 255) = 32.28%

R = 37.56%
G = 30.17%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#F9C8D6 (or 0xF9C8D6) is known color: Pink Lace. HEX triplet: F9, C8 and D6. RGB value is (249,200,214). Sum of RGB (Red+Green+Blue) = 249+200+214=663 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.56% from 663); Green value is 200 (78.52% from 255 or 30.17% from 663); Blue value is 214 (83.98% from 255 or 32.28% from 663); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C8D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9C8D6 is #063729. Grayscale: #D8D8D8. Windows color (decimal): -407338 or 14076153. OLE color: 14076153.

HSL color Cylindrical-coordinate representation of color #F9C8D6: hue angle of 342.86º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F9C8D6 is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 200 214 -
CMYK 0 0.20 0.14 0.02
HSL 342.86º 0.8% 0.88% -
HSV(B) 342.86º 0.2% 0.98% -
XYZ 71.86 66.3 72.63 -
YUV 216.25 126.73 151.36 -
System Red Green Blue C M Y K H S L
Decimal 249 200 214 0 0.20 0.14 0.02 342.86 0.8 0.88
Hex F9 C8 D6 0 14 E 2 157 50 58
Octal 371 310 326 0 24 16 2 527 120 130
Binary 11111001 11001000 11010110 0 10100 1110 10 101010111 1010000 1011000

Color Harmonies of #F9C8D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9C8D6

Black with #F9C8D6

Text Example


Text Example

White with #F9C8D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9C8D6; }

 p { color: rgb(249,200,214); }

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

background-color css

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

 a { background-color: rgb(249,200,214); }

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

border-color css

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

 span { border-color: rgb(249,200,214); }

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