Html Css Color HEX #F9C0EA Classic Rose

📋 copy color: '#F9C0EA'

red 249 ◦ green 192 ◦ blue 234

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

Shades of Classic Rose #F9C0EA

Tints of Classic Rose #F9C0EA

RGB

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

 GREEN value IS 192 (75.39% from 255) = 28.44%

 BLUE value IS 234 (91.8% from 255) = 34.67%

R = 36.89%
G = 28.44%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#F9C0EA (or 0xF9C0EA) is known color: Classic Rose. HEX triplet: F9, C0 and EA. RGB value is (249,192,234). Sum of RGB (Red+Green+Blue) = 249+192+234=675 (89% of max value = 765). Red value is 249 (97.66% from 255 or 36.89% from 675); Green value is 192 (75.39% from 255 or 28.44% from 675); Blue value is 234 (91.80% from 255 or 34.67% from 675); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C0EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9C0EA is #063F15. Grayscale: #D5D5D5. Windows color (decimal): -409366 or 15384825. OLE color: 15384825.

HSL color Cylindrical-coordinate representation of color #F9C0EA: hue angle of 315.79º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F9C0EA is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 192 234 -
CMYK 0 0.23 0.06 0.02
HSL 315.79º 0.83% 0.86% -
HSV(B) 315.79º 0.23% 0.98% -
XYZ 72.77 63.78 86.32 -
YUV 213.83 139.38 153.08 -
System Red Green Blue C M Y K H S L
Decimal 249 192 234 0 0.23 0.06 0.02 315.79 0.83 0.86
Hex F9 C0 EA 0 17 6 2 13C 53 56
Octal 371 300 352 0 27 6 2 474 123 126
Binary 11111001 11000000 11101010 0 10111 110 10 100111100 1010011 1010110

Color Harmonies of #F9C0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9C0EA

Black with #F9C0EA

Text Example


Text Example

White with #F9C0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9C0EA; }

 p { color: rgb(249,192,234); }

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

background-color css

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

 a { background-color: rgb(249,192,234); }

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

border-color css

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

 span { border-color: rgb(249,192,234); }

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