Html Css Color HEX #F9BBE2 Classic Rose

📋 copy color: '#F9BBE2'

red 249 ◦ green 187 ◦ blue 226

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

Shades of Classic Rose #F9BBE2

Tints of Classic Rose #F9BBE2

RGB

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

 GREEN value IS 187 (73.44% from 255) = 28.25%

 BLUE value IS 226 (88.67% from 255) = 34.14%

R = 37.61%
G = 28.25%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#F9BBE2 (or 0xF9BBE2) is known color: Classic Rose. HEX triplet: F9, BB and E2. RGB value is (249,187,226). Sum of RGB (Red+Green+Blue) = 249+187+226=662 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.61% from 662); Green value is 187 (73.44% from 255 or 28.25% from 662); Blue value is 226 (88.67% from 255 or 34.14% from 662); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BBE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BBE2 is #06441D. Grayscale: #D1D1D1. Windows color (decimal): -410654 or 14859257. OLE color: 14859257.

HSL color Cylindrical-coordinate representation of color #F9BBE2: hue angle of 322.26º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F9BBE2 is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 187 226 -
CMYK 0 0.25 0.09 0.02
HSL 322.26º 0.84% 0.85% -
HSV(B) 322.26º 0.25% 0.98% -
XYZ 70.56 61.17 80.04 -
YUV 209.98 137.04 155.83 -
System Red Green Blue C M Y K H S L
Decimal 249 187 226 0 0.25 0.09 0.02 322.26 0.84 0.85
Hex F9 BB E2 0 19 9 2 142 54 55
Octal 371 273 342 0 31 11 2 502 124 125
Binary 11111001 10111011 11100010 0 11001 1001 10 101000010 1010100 1010101

Color Harmonies of #F9BBE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9BBE2

Black with #F9BBE2

Text Example


Text Example

White with #F9BBE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9BBE2; }

 p { color: rgb(249,187,226); }

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

background-color css

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

 a { background-color: rgb(249,187,226); }

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

border-color css

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

 span { border-color: rgb(249,187,226); }

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