Html Css Color HEX #F9CFEB Classic Rose

📋 copy color: '#F9CFEB'

red 249 ◦ green 207 ◦ blue 235

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

Shades of Classic Rose #F9CFEB

Tints of Classic Rose #F9CFEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 34.01%

R = 36.03%
G = 29.96%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#F9CFEB (or 0xF9CFEB) is known color: Classic Rose. HEX triplet: F9, CF and EB. RGB value is (249,207,235). Sum of RGB (Red+Green+Blue) = 249+207+235=691 (91% of max value = 765). Red value is 249 (97.66% from 255 or 36.03% from 691); Green value is 207 (81.25% from 255 or 29.96% from 691); Blue value is 235 (92.19% from 255 or 34.01% from 691); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CFEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9CFEB is #063014. Grayscale: #DEDEDE. Windows color (decimal): -405525 or 15454201. OLE color: 15454201.

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

Color convert

RGB 249 207 235 -
CMYK 0 0.17 0.06 0.02
HSL 320º 0.78% 0.89% -
HSV(B) 320º 0.17% 0.98% -
XYZ 76.38 70.76 88.23 -
YUV 222.75 134.91 146.72 -
System Red Green Blue C M Y K H S L
Decimal 249 207 235 0 0.17 0.06 0.02 320 0.78 0.89
Hex F9 CF EB 0 11 6 2 140 4E 59
Octal 371 317 353 0 21 6 2 500 116 131
Binary 11111001 11001111 11101011 0 10001 110 10 101000000 1001110 1011001

Color Harmonies of #F9CFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9CFEB

Black with #F9CFEB

Text Example


Text Example

White with #F9CFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9CFEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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