Html Css Color HEX #FABFE8 Classic Rose

📋 copy color: '#FABFE8'

red 250 ◦ green 191 ◦ blue 232

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

Shades of Classic Rose #FABFE8

Tints of Classic Rose #FABFE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 34.47%

R = 37.15%
G = 28.38%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#FABFE8 (or 0xFABFE8) is known color: Classic Rose. HEX triplet: FA, BF and E8. RGB value is (250,191,232). Sum of RGB (Red+Green+Blue) = 250+191+232=673 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.15% from 673); Green value is 191 (75% from 255 or 28.38% from 673); Blue value is 232 (91.02% from 255 or 34.47% from 673); Max value from RGB is 250 - color contains mainly: red. Hex color #FABFE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABFE8 is #054017. Grayscale: #D5D5D5. Windows color (decimal): -344088 or 15253498. OLE color: 15253498.

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

Color convert

RGB 250 191 232 -
CMYK 0 0.24 0.07 0.02
HSL 318.31º 0.86% 0.86% -
HSV(B) 318.31º 0.24% 0.98% -
XYZ 72.62 63.41 84.76 -
YUV 213.32 138.55 154.17 -
System Red Green Blue C M Y K H S L
Decimal 250 191 232 0 0.24 0.07 0.02 318.31 0.86 0.86
Hex FA BF E8 0 18 7 2 13E 56 56
Octal 372 277 350 0 30 7 2 476 126 126
Binary 11111010 10111111 11101000 0 11000 111 10 100111110 1010110 1010110

Color Harmonies of #FABFE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABFE8

Black with #FABFE8

Text Example


Text Example

White with #FABFE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABFE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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