Html Css Color HEX #F2BAE0 Classic Rose

📋 copy color: '#F2BAE0'

red 242 ◦ green 186 ◦ blue 224

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

Shades of Classic Rose #F2BAE0

Tints of Classic Rose #F2BAE0

RGB

 RED value IS 242 (94.92% from 255) = 37.12%

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

 BLUE value IS 224 (87.89% from 255) = 34.36%

R = 37.12%
G = 28.53%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#F2BAE0 (or 0xF2BAE0) is known color: Classic Rose. HEX triplet: F2, BA and E0. RGB value is (242,186,224). Sum of RGB (Red+Green+Blue) = 242+186+224=652 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.12% from 652); Green value is 186 (73.05% from 255 or 28.53% from 652); Blue value is 224 (87.89% from 255 or 34.36% from 652); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BAE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BAE0 is #0D451F. Grayscale: #CECECE. Windows color (decimal): -869664 or 14727922. OLE color: 14727922.

HSL color Cylindrical-coordinate representation of color #F2BAE0: hue angle of 319.29º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F2BAE0 is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 186 224 -
CMYK 0 0.23 0.07 0.05
HSL 319.29º 0.68% 0.84% -
HSV(B) 319.29º 0.23% 0.95% -
XYZ 67.63 59.38 78.42 -
YUV 207.08 137.55 152.91 -
System Red Green Blue C M Y K H S L
Decimal 242 186 224 0 0.23 0.07 0.05 319.29 0.68 0.84
Hex F2 BA E0 0 17 7 5 13F 44 54
Octal 362 272 340 0 27 7 5 477 104 124
Binary 11110010 10111010 11100000 0 10111 111 101 100111111 1000100 1010100

Color Harmonies of #F2BAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BAE0

Black with #F2BAE0

Text Example


Text Example

White with #F2BAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BAE0; }

 p { color: rgb(242,186,224); }

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

background-color css

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

 a { background-color: rgb(242,186,224); }

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

border-color css

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

 span { border-color: rgb(242,186,224); }

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