Html Css Color HEX #F9CCE7 Classic Rose

📋 copy color: '#F9CCE7'

red 249 ◦ green 204 ◦ blue 231

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

Shades of Classic Rose #F9CCE7

Tints of Classic Rose #F9CCE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 33.77%

R = 36.4%
G = 29.82%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#F9CCE7 (or 0xF9CCE7) is known color: Classic Rose. HEX triplet: F9, CC and E7. RGB value is (249,204,231). Sum of RGB (Red+Green+Blue) = 249+204+231=684 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.40% from 684); Green value is 204 (80.08% from 255 or 29.82% from 684); Blue value is 231 (90.62% from 255 or 33.77% from 684); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CCE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9CCE7 is #063318. Grayscale: #DCDCDC. Windows color (decimal): -406297 or 15191289. OLE color: 15191289.

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

Color convert

RGB 249 204 231 -
CMYK 0 0.18 0.07 0.02
HSL 324º 0.79% 0.89% -
HSV(B) 324º 0.18% 0.98% -
XYZ 75.08 69.09 84.98 -
YUV 220.53 133.91 148.3 -
System Red Green Blue C M Y K H S L
Decimal 249 204 231 0 0.18 0.07 0.02 324 0.79 0.89
Hex F9 CC E7 0 12 7 2 144 4F 59
Octal 371 314 347 0 22 7 2 504 117 131
Binary 11111001 11001100 11100111 0 10010 111 10 101000100 1001111 1011001

Color Harmonies of #F9CCE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9CCE7

Black with #F9CCE7

Text Example


Text Example

White with #F9CCE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9CCE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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