Html Css Color HEX #F9C6ED Classic Rose

📋 copy color: '#F9C6ED'

red 249 ◦ green 198 ◦ blue 237

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

Shades of Classic Rose #F9C6ED

Tints of Classic Rose #F9C6ED

RGB

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

 GREEN value IS 198 (77.73% from 255) = 28.95%

 BLUE value IS 237 (92.97% from 255) = 34.65%

R = 36.4%
G = 28.95%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#F9C6ED (or 0xF9C6ED) is known color: Classic Rose. HEX triplet: F9, C6 and ED. RGB value is (249,198,237). Sum of RGB (Red+Green+Blue) = 249+198+237=684 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.40% from 684); Green value is 198 (77.73% from 255 or 28.95% from 684); Blue value is 237 (92.97% from 255 or 34.65% from 684); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C6ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9C6ED is #063912. Grayscale: #D9D9D9. Windows color (decimal): -407827 or 15582969. OLE color: 15582969.

HSL color Cylindrical-coordinate representation of color #F9C6ED: hue angle of 314.12º degrees, saturation: 0.81, 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 #F9C6ED is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 198 237 -
CMYK 0 0.20 0.05 0.02
HSL 314.12º 0.81% 0.88% -
HSV(B) 314.12º 0.2% 0.98% -
XYZ 74.55 66.64 89.05 -
YUV 217.7 138.9 150.33 -
System Red Green Blue C M Y K H S L
Decimal 249 198 237 0 0.20 0.05 0.02 314.12 0.81 0.88
Hex F9 C6 ED 0 14 5 2 13A 51 58
Octal 371 306 355 0 24 5 2 472 121 130
Binary 11111001 11000110 11101101 0 10100 101 10 100111010 1010001 1011000

Color Harmonies of #F9C6ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9C6ED

Black with #F9C6ED

Text Example


Text Example

White with #F9C6ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9C6ED; }

 p { color: rgb(249,198,237); }

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

background-color css

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

 a { background-color: rgb(249,198,237); }

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

border-color css

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

 span { border-color: rgb(249,198,237); }

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