Html Css Color HEX #F9BBE3 Classic Rose

📋 copy color: '#F9BBE3'

red 249 ◦ green 187 ◦ blue 227

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

Shades of Classic Rose #F9BBE3

Tints of Classic Rose #F9BBE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 34.24%

R = 37.56%
G = 28.21%
B = 34.24%

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

#F9BBE3 (or 0xF9BBE3) is known color: Classic Rose. HEX triplet: F9, BB and E3. RGB value is (249,187,227). Sum of RGB (Red+Green+Blue) = 249+187+227=663 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.56% from 663); Green value is 187 (73.44% from 255 or 28.21% from 663); Blue value is 227 (89.06% from 255 or 34.24% from 663); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BBE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BBE3 is #06441C. Grayscale: #D2D2D2. Windows color (decimal): -410653 or 14924793. OLE color: 14924793.

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

Color convert

RGB 249 187 227 -
CMYK 0 0.25 0.09 0.02
HSL 321.29º 0.84% 0.85% -
HSV(B) 321.29º 0.25% 0.98% -
XYZ 70.7 61.23 80.76 -
YUV 210.1 137.54 155.75 -
System Red Green Blue C M Y K H S L
Decimal 249 187 227 0 0.25 0.09 0.02 321.29 0.84 0.85
Hex F9 BB E3 0 19 9 2 141 54 55
Octal 371 273 343 0 31 11 2 501 124 125
Binary 11111001 10111011 11100011 0 11001 1001 10 101000001 1010100 1010101

Color Harmonies of #F9BBE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9BBE3

Black with #F9BBE3

Text Example


Text Example

White with #F9BBE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9BBE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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