Html Css Color HEX #F5BAE2 Classic Rose

📋 copy color: '#F5BAE2'

red 245 ◦ green 186 ◦ blue 226

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

Shades of Classic Rose #F5BAE2

Tints of Classic Rose #F5BAE2

RGB

 RED value IS 245 (96.09% from 255) = 37.29%

 GREEN value IS 186 (73.05% from 255) = 28.31%

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

R = 37.29%
G = 28.31%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.08

 K value IS 0.04

RGB Variations

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

Color information

#F5BAE2 (or 0xF5BAE2) is known color: Classic Rose. HEX triplet: F5, BA and E2. RGB value is (245,186,226). Sum of RGB (Red+Green+Blue) = 245+186+226=657 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.29% from 657); Green value is 186 (73.05% from 255 or 28.31% from 657); Blue value is 226 (88.67% from 255 or 34.40% from 657); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BAE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BAE2 is #0A451D. Grayscale: #D0D0D0. Windows color (decimal): -673054 or 14858997. OLE color: 14858997.

HSL color Cylindrical-coordinate representation of color #F5BAE2: hue angle of 319.32º degrees, saturation: 0.75, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F5BAE2 is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 186 226 -
CMYK 0 0.24 0.08 0.04
HSL 319.32º 0.75% 0.85% -
HSV(B) 319.32º 0.24% 0.96% -
XYZ 68.94 60.02 79.9 -
YUV 208.2 138.05 154.25 -
System Red Green Blue C M Y K H S L
Decimal 245 186 226 0 0.24 0.08 0.04 319.32 0.75 0.85
Hex F5 BA E2 0 18 8 4 13F 4B 55
Octal 365 272 342 0 30 10 4 477 113 125
Binary 11110101 10111010 11100010 0 11000 1000 100 100111111 1001011 1010101

Color Harmonies of #F5BAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5BAE2

Black with #F5BAE2

Text Example


Text Example

White with #F5BAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5BAE2; }

 p { color: rgb(245,186,226); }

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

background-color css

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

 a { background-color: rgb(245,186,226); }

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

border-color css

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

 span { border-color: rgb(245,186,226); }

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