Html Css Color HEX #F4BAE2 Classic Rose

📋 copy color: '#F4BAE2'

red 244 ◦ green 186 ◦ blue 226

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

Shades of Classic Rose #F4BAE2

Tints of Classic Rose #F4BAE2

RGB

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

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

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

R = 37.2%
G = 28.35%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.07

 K value IS 0.04

RGB Variations

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

Color information

#F4BAE2 (or 0xF4BAE2) is known color: Classic Rose. HEX triplet: F4, BA and E2. RGB value is (244,186,226). Sum of RGB (Red+Green+Blue) = 244+186+226=656 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.20% from 656); Green value is 186 (73.05% from 255 or 28.35% from 656); Blue value is 226 (88.67% from 255 or 34.45% from 656); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BAE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BAE2 is #0B451D. Grayscale: #CFCFCF. Windows color (decimal): -738590 or 14858996. OLE color: 14858996.

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

Color convert

RGB 244 186 226 -
CMYK 0 0.24 0.07 0.04
HSL 318.62º 0.73% 0.84% -
HSV(B) 318.62º 0.24% 0.96% -
XYZ 68.59 59.84 79.89 -
YUV 207.9 138.22 153.75 -
System Red Green Blue C M Y K H S L
Decimal 244 186 226 0 0.24 0.07 0.04 318.62 0.73 0.84
Hex F4 BA E2 0 18 7 4 13F 48 54
Octal 364 272 342 0 30 7 4 477 110 124
Binary 11110100 10111010 11100010 0 11000 111 100 100111111 1001000 1010100

Color Harmonies of #F4BAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4BAE2

Black with #F4BAE2

Text Example


Text Example

White with #F4BAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4BAE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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