Html Css Color HEX #FABFE0 Classic Rose

📋 copy color: '#FABFE0'

red 250 ◦ green 191 ◦ blue 224

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

Shades of Classic Rose #FABFE0

Tints of Classic Rose #FABFE0

RGB

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

 GREEN value IS 191 (75% from 255) = 28.72%

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

R = 37.59%
G = 28.72%
B = 33.68%

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

#FABFE0 (or 0xFABFE0) is known color: Classic Rose. HEX triplet: FA, BF and E0. RGB value is (250,191,224). Sum of RGB (Red+Green+Blue) = 250+191+224=665 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.59% from 665); Green value is 191 (75% from 255 or 28.72% from 665); Blue value is 224 (87.89% from 255 or 33.68% from 665); Max value from RGB is 250 - color contains mainly: red. Hex color #FABFE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABFE0 is #05401F. Grayscale: #D4D4D4. Windows color (decimal): -344096 or 14729210. OLE color: 14729210.

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

Color convert

RGB 250 191 224 -
CMYK 0 0.24 0.10 0.02
HSL 326.44º 0.86% 0.86% -
HSV(B) 326.44º 0.24% 0.98% -
XYZ 71.51 62.97 78.91 -
YUV 212.4 134.55 154.82 -
System Red Green Blue C M Y K H S L
Decimal 250 191 224 0 0.24 0.10 0.02 326.44 0.86 0.86
Hex FA BF E0 0 18 A 2 146 56 56
Octal 372 277 340 0 30 12 2 506 126 126
Binary 11111010 10111111 11100000 0 11000 1010 10 101000110 1010110 1010110

Color Harmonies of #FABFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABFE0

Black with #FABFE0

Text Example


Text Example

White with #FABFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABFE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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