Html Css Color HEX #F9C0E4 Classic Rose

📋 copy color: '#F9C0E4'

red 249 ◦ green 192 ◦ blue 228

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

Shades of Classic Rose #F9C0E4

Tints of Classic Rose #F9C0E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 34.08%

R = 37.22%
G = 28.7%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#F9C0E4 (or 0xF9C0E4) is known color: Classic Rose. HEX triplet: F9, C0 and E4. RGB value is (249,192,228). Sum of RGB (Red+Green+Blue) = 249+192+228=669 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.22% from 669); Green value is 192 (75.39% from 255 or 28.70% from 669); Blue value is 228 (89.45% from 255 or 34.08% from 669); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C0E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9C0E4 is #063F1B. Grayscale: #D5D5D5. Windows color (decimal): -409372 or 14991609. OLE color: 14991609.

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

Color convert

RGB 249 192 228 -
CMYK 0 0.23 0.08 0.02
HSL 322.11º 0.83% 0.86% -
HSV(B) 322.11º 0.23% 0.98% -
XYZ 71.92 63.44 81.85 -
YUV 213.15 136.38 153.57 -
System Red Green Blue C M Y K H S L
Decimal 249 192 228 0 0.23 0.08 0.02 322.11 0.83 0.86
Hex F9 C0 E4 0 17 8 2 142 53 56
Octal 371 300 344 0 27 10 2 502 123 126
Binary 11111001 11000000 11100100 0 10111 1000 10 101000010 1010011 1010110

Color Harmonies of #F9C0E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9C0E4

Black with #F9C0E4

Text Example


Text Example

White with #F9C0E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9C0E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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