Html Css Color HEX #F9BCE1 Classic Rose

📋 copy color: '#F9BCE1'

red 249 ◦ green 188 ◦ blue 225

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

Shades of Classic Rose #F9BCE1

Tints of Classic Rose #F9BCE1

RGB

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

 GREEN value IS 188 (73.83% from 255) = 28.4%

 BLUE value IS 225 (88.28% from 255) = 33.99%

R = 37.61%
G = 28.4%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#F9BCE1 (or 0xF9BCE1) is known color: Classic Rose. HEX triplet: F9, BC and E1. RGB value is (249,188,225). Sum of RGB (Red+Green+Blue) = 249+188+225=662 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.61% from 662); Green value is 188 (73.83% from 255 or 28.40% from 662); Blue value is 225 (88.28% from 255 or 33.99% from 662); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BCE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BCE1 is #06431E. Grayscale: #D2D2D2. Windows color (decimal): -410399 or 14793977. OLE color: 14793977.

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

Color convert

RGB 249 188 225 -
CMYK 0 0.24 0.10 0.02
HSL 323.61º 0.84% 0.86% -
HSV(B) 323.61º 0.24% 0.98% -
XYZ 70.64 61.54 79.39 -
YUV 210.46 136.21 155.49 -
System Red Green Blue C M Y K H S L
Decimal 249 188 225 0 0.24 0.10 0.02 323.61 0.84 0.86
Hex F9 BC E1 0 18 A 2 144 54 56
Octal 371 274 341 0 30 12 2 504 124 126
Binary 11111001 10111100 11100001 0 11000 1010 10 101000100 1010100 1010110

Color Harmonies of #F9BCE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9BCE1

Black with #F9BCE1

Text Example


Text Example

White with #F9BCE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9BCE1; }

 p { color: rgb(249,188,225); }

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

background-color css

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

 a { background-color: rgb(249,188,225); }

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

border-color css

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

 span { border-color: rgb(249,188,225); }

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