Html Css Color HEX #FABEE0 Classic Rose

📋 copy color: '#FABEE0'

red 250 ◦ green 190 ◦ blue 224

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

Shades of Classic Rose #FABEE0

Tints of Classic Rose #FABEE0

RGB

 RED value IS 250 (98.05% from 255) = 37.65%

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

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

R = 37.65%
G = 28.61%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FABEE0 (or 0xFABEE0) is known color: Classic Rose. HEX triplet: FA, BE and E0. RGB value is (250,190,224). Sum of RGB (Red+Green+Blue) = 250+190+224=664 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.65% from 664); Green value is 190 (74.61% from 255 or 28.61% from 664); Blue value is 224 (87.89% from 255 or 33.73% from 664); Max value from RGB is 250 - color contains mainly: red. Hex color #FABEE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABEE0 is #05411F. Grayscale: #D3D3D3. Windows color (decimal): -344352 or 14728954. OLE color: 14728954.

HSL color Cylindrical-coordinate representation of color #FABEE0: hue angle of 326º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FABEE0 is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 190 224 -
CMYK 0 0.24 0.10 0.02
HSL 326º 0.86% 0.86% -
HSV(B) 326º 0.24% 0.98% -
XYZ 71.29 62.53 78.83 -
YUV 211.82 134.88 155.24 -
System Red Green Blue C M Y K H S L
Decimal 250 190 224 0 0.24 0.10 0.02 326 0.86 0.86
Hex FA BE E0 0 18 A 2 146 56 56
Octal 372 276 340 0 30 12 2 506 126 126
Binary 11111010 10111110 11100000 0 11000 1010 10 101000110 1010110 1010110

Color Harmonies of #FABEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABEE0

Black with #FABEE0

Text Example


Text Example

White with #FABEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABEE0; }

 p { color: rgb(250,190,224); }

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

background-color css

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

 a { background-color: rgb(250,190,224); }

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

border-color css

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

 span { border-color: rgb(250,190,224); }

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