Html Css Color HEX #F9CFE4 Classic Rose

📋 copy color: '#F9CFE4'

red 249 ◦ green 207 ◦ blue 228

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

Shades of Classic Rose #F9CFE4

Tints of Classic Rose #F9CFE4

RGB

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

 GREEN value IS 207 (81.25% from 255) = 30.26%

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

R = 36.4%
G = 30.26%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#F9CFE4 (or 0xF9CFE4) is known color: Classic Rose. HEX triplet: F9, CF and E4. RGB value is (249,207,228). Sum of RGB (Red+Green+Blue) = 249+207+228=684 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.40% from 684); Green value is 207 (81.25% from 255 or 30.26% from 684); Blue value is 228 (89.45% from 255 or 33.33% from 684); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CFE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9CFE4 is #06301B. Grayscale: #DDDDDD. Windows color (decimal): -405532 or 14995449. OLE color: 14995449.

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

Color convert

RGB 249 207 228 -
CMYK 0 0.17 0.08 0.02
HSL 330º 0.78% 0.89% -
HSV(B) 330º 0.17% 0.98% -
XYZ 75.38 70.37 83.01 -
YUV 221.95 131.41 147.29 -
System Red Green Blue C M Y K H S L
Decimal 249 207 228 0 0.17 0.08 0.02 330 0.78 0.89
Hex F9 CF E4 0 11 8 2 14A 4E 59
Octal 371 317 344 0 21 10 2 512 116 131
Binary 11111001 11001111 11100100 0 10001 1000 10 101001010 1001110 1011001

Color Harmonies of #F9CFE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9CFE4

Black with #F9CFE4

Text Example


Text Example

White with #F9CFE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9CFE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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