Html Css Color HEX #F9CCE5 Classic Rose

📋 copy color: '#F9CCE5'

red 249 ◦ green 204 ◦ blue 229

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

Shades of Classic Rose #F9CCE5

Tints of Classic Rose #F9CCE5

RGB

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

 GREEN value IS 204 (80.08% from 255) = 29.91%

 BLUE value IS 229 (89.84% from 255) = 33.58%

R = 36.51%
G = 29.91%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#F9CCE5 (or 0xF9CCE5) is known color: Classic Rose. HEX triplet: F9, CC and E5. RGB value is (249,204,229). Sum of RGB (Red+Green+Blue) = 249+204+229=682 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.51% from 682); Green value is 204 (80.08% from 255 or 29.91% from 682); Blue value is 229 (89.84% from 255 or 33.58% from 682); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CCE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9CCE5 is #06331A. Grayscale: #DCDCDC. Windows color (decimal): -406299 or 15060217. OLE color: 15060217.

HSL color Cylindrical-coordinate representation of color #F9CCE5: hue angle of 326.67º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F9CCE5 is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 204 229 -
CMYK 0 0.18 0.08 0.02
HSL 326.67º 0.79% 0.89% -
HSV(B) 326.67º 0.18% 0.98% -
XYZ 74.8 68.98 83.5 -
YUV 220.31 132.91 148.47 -
System Red Green Blue C M Y K H S L
Decimal 249 204 229 0 0.18 0.08 0.02 326.67 0.79 0.89
Hex F9 CC E5 0 12 8 2 147 4F 59
Octal 371 314 345 0 22 10 2 507 117 131
Binary 11111001 11001100 11100101 0 10010 1000 10 101000111 1001111 1011001

Color Harmonies of #F9CCE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9CCE5

Black with #F9CCE5

Text Example


Text Example

White with #F9CCE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9CCE5; }

 p { color: rgb(249,204,229); }

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

background-color css

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

 a { background-color: rgb(249,204,229); }

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

border-color css

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

 span { border-color: rgb(249,204,229); }

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