Html Css Color HEX #F5BEE5 Classic Rose

📋 copy color: '#F5BEE5'

red 245 ◦ green 190 ◦ blue 229

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

Shades of Classic Rose #F5BEE5

Tints of Classic Rose #F5BEE5

RGB

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

 GREEN value IS 190 (74.61% from 255) = 28.61%

 BLUE value IS 229 (89.84% from 255) = 34.49%

R = 36.9%
G = 28.61%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.07

 K value IS 0.04

RGB Variations

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

Color information

#F5BEE5 (or 0xF5BEE5) is known color: Classic Rose. HEX triplet: F5, BE and E5. RGB value is (245,190,229). Sum of RGB (Red+Green+Blue) = 245+190+229=664 (87% of max value = 765). Red value is 245 (96.09% from 255 or 36.90% from 664); Green value is 190 (74.61% from 255 or 28.61% from 664); Blue value is 229 (89.84% from 255 or 34.49% from 664); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BEE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BEE5 is #0A411A. Grayscale: #D2D2D2. Windows color (decimal): -672027 or 15056629. OLE color: 15056629.

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

Color convert

RGB 245 190 229 -
CMYK 0 0.22 0.07 0.04
HSL 317.45º 0.73% 0.85% -
HSV(B) 317.45º 0.22% 0.96% -
XYZ 70.21 61.9 82.38 -
YUV 210.89 138.22 152.33 -
System Red Green Blue C M Y K H S L
Decimal 245 190 229 0 0.22 0.07 0.04 317.45 0.73 0.85
Hex F5 BE E5 0 16 7 4 13D 49 55
Octal 365 276 345 0 26 7 4 475 111 125
Binary 11110101 10111110 11100101 0 10110 111 100 100111101 1001001 1010101

Color Harmonies of #F5BEE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5BEE5

Black with #F5BEE5

Text Example


Text Example

White with #F5BEE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5BEE5; }

 p { color: rgb(245,190,229); }

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

background-color css

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

 a { background-color: rgb(245,190,229); }

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

border-color css

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

 span { border-color: rgb(245,190,229); }

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