Html Css Color HEX #F9C2DF Classic Rose

📋 copy color: '#F9C2DF'

red 249 ◦ green 194 ◦ blue 223

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

Shades of Classic Rose #F9C2DF

Tints of Classic Rose #F9C2DF

RGB

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

 GREEN value IS 194 (76.17% from 255) = 29.13%

 BLUE value IS 223 (87.5% from 255) = 33.48%

R = 37.39%
G = 29.13%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#F9C2DF (or 0xF9C2DF) is known color: Classic Rose. HEX triplet: F9, C2 and DF. RGB value is (249,194,223). Sum of RGB (Red+Green+Blue) = 249+194+223=666 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.39% from 666); Green value is 194 (76.17% from 255 or 29.13% from 666); Blue value is 223 (87.5% from 255 or 33.48% from 666); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C2DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9C2DF is #063D20. Grayscale: #D5D5D5. Windows color (decimal): -408865 or 14664441. OLE color: 14664441.

HSL color Cylindrical-coordinate representation of color #F9C2DF: hue angle of 328.36º degrees, saturation: 0.82, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F9C2DF is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 194 223 -
CMYK 0 0.22 0.10 0.02
HSL 328.36º 0.82% 0.87% -
HSV(B) 328.36º 0.22% 0.98% -
XYZ 71.68 64.05 78.4 -
YUV 213.75 133.22 153.14 -
System Red Green Blue C M Y K H S L
Decimal 249 194 223 0 0.22 0.10 0.02 328.36 0.82 0.87
Hex F9 C2 DF 0 16 A 2 148 52 57
Octal 371 302 337 0 26 12 2 510 122 127
Binary 11111001 11000010 11011111 0 10110 1010 10 101001000 1010010 1010111

Color Harmonies of #F9C2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9C2DF

Black with #F9C2DF

Text Example


Text Example

White with #F9C2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9C2DF; }

 p { color: rgb(249,194,223); }

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

background-color css

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

 a { background-color: rgb(249,194,223); }

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

border-color css

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

 span { border-color: rgb(249,194,223); }

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