Html Css Color HEX #F5BADE Classic Rose

📋 copy color: '#F5BADE'

red 245 ◦ green 186 ◦ blue 222

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

Shades of Classic Rose #F5BADE

Tints of Classic Rose #F5BADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 34%

R = 37.52%
G = 28.48%
B = 34%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F5BADE (or 0xF5BADE) is known color: Classic Rose. HEX triplet: F5, BA and DE. RGB value is (245,186,222). Sum of RGB (Red+Green+Blue) = 245+186+222=653 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.52% from 653); Green value is 186 (73.05% from 255 or 28.48% from 653); Blue value is 222 (87.11% from 255 or 34.00% from 653); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BADE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BADE is #0A4521. Grayscale: #CFCFCF. Windows color (decimal): -673058 or 14596853. OLE color: 14596853.

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

Color convert

RGB 245 186 222 -
CMYK 0 0.24 0.09 0.04
HSL 323.39º 0.75% 0.85% -
HSV(B) 323.39º 0.24% 0.96% -
XYZ 68.4 59.8 77.05 -
YUV 207.75 136.05 154.57 -
System Red Green Blue C M Y K H S L
Decimal 245 186 222 0 0.24 0.09 0.04 323.39 0.75 0.85
Hex F5 BA DE 0 18 9 4 143 4B 55
Octal 365 272 336 0 30 11 4 503 113 125
Binary 11110101 10111010 11011110 0 11000 1001 100 101000011 1001011 1010101

Color Harmonies of #F5BADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5BADE

Black with #F5BADE

Text Example


Text Example

White with #F5BADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5BADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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