Html Css Color HEX #F9C2EC Classic Rose

📋 copy color: '#F9C2EC'

red 249 ◦ green 194 ◦ blue 236

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

Shades of Classic Rose #F9C2EC

Tints of Classic Rose #F9C2EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 34.76%

R = 36.67%
G = 28.57%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#F9C2EC (or 0xF9C2EC) is known color: Classic Rose. HEX triplet: F9, C2 and EC. RGB value is (249,194,236). Sum of RGB (Red+Green+Blue) = 249+194+236=679 (89% of max value = 765). Red value is 249 (97.66% from 255 or 36.67% from 679); Green value is 194 (76.17% from 255 or 28.57% from 679); Blue value is 236 (92.58% from 255 or 34.76% from 679); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C2EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9C2EC is #063D13. Grayscale: #D7D7D7. Windows color (decimal): -408852 or 15516409. OLE color: 15516409.

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

Color convert

RGB 249 194 236 -
CMYK 0 0.22 0.05 0.02
HSL 314.18º 0.82% 0.87% -
HSV(B) 314.18º 0.22% 0.98% -
XYZ 73.5 64.78 87.99 -
YUV 215.23 139.72 152.08 -
System Red Green Blue C M Y K H S L
Decimal 249 194 236 0 0.22 0.05 0.02 314.18 0.82 0.87
Hex F9 C2 EC 0 16 5 2 13A 52 57
Octal 371 302 354 0 26 5 2 472 122 127
Binary 11111001 11000010 11101100 0 10110 101 10 100111010 1010010 1010111

Color Harmonies of #F9C2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9C2EC

Black with #F9C2EC

Text Example


Text Example

White with #F9C2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9C2EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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