Html Css Color HEX #F4BADE Classic Rose

📋 copy color: '#F4BADE'

red 244 ◦ green 186 ◦ blue 222

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

Shades of Classic Rose #F4BADE

Tints of Classic Rose #F4BADE

RGB

 RED value IS 244 (95.7% from 255) = 37.42%

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

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

R = 37.42%
G = 28.53%
B = 34.05%

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

#F4BADE (or 0xF4BADE) is known color: Classic Rose. HEX triplet: F4, BA and DE. RGB value is (244,186,222). Sum of RGB (Red+Green+Blue) = 244+186+222=652 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.42% from 652); Green value is 186 (73.05% from 255 or 28.53% from 652); Blue value is 222 (87.11% from 255 or 34.05% from 652); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BADE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BADE is #0B4521. Grayscale: #CFCFCF. Windows color (decimal): -738594 or 14596852. OLE color: 14596852.

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

Color convert

RGB 244 186 222 -
CMYK 0 0.24 0.09 0.04
HSL 322.76º 0.73% 0.84% -
HSV(B) 322.76º 0.24% 0.96% -
XYZ 68.05 59.62 77.03 -
YUV 207.45 136.22 154.07 -
System Red Green Blue C M Y K H S L
Decimal 244 186 222 0 0.24 0.09 0.04 322.76 0.73 0.84
Hex F4 BA DE 0 18 9 4 143 48 54
Octal 364 272 336 0 30 11 4 503 110 124
Binary 11110100 10111010 11011110 0 11000 1001 100 101000011 1001000 1010100

Color Harmonies of #F4BADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4BADE

Black with #F4BADE

Text Example


Text Example

White with #F4BADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4BADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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