Html Css Color HEX #FABFE7 Classic Rose

📋 copy color: '#FABFE7'

red 250 ◦ green 191 ◦ blue 231

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

Shades of Classic Rose #FABFE7

Tints of Classic Rose #FABFE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 34.38%

R = 37.2%
G = 28.42%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#FABFE7 (or 0xFABFE7) is known color: Classic Rose. HEX triplet: FA, BF and E7. RGB value is (250,191,231). Sum of RGB (Red+Green+Blue) = 250+191+231=672 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.20% from 672); Green value is 191 (75% from 255 or 28.42% from 672); Blue value is 231 (90.62% from 255 or 34.38% from 672); Max value from RGB is 250 - color contains mainly: red. Hex color #FABFE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABFE7 is #054018. Grayscale: #D5D5D5. Windows color (decimal): -344089 or 15187962. OLE color: 15187962.

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

Color convert

RGB 250 191 231 -
CMYK 0 0.24 0.08 0.02
HSL 319.32º 0.86% 0.86% -
HSV(B) 319.32º 0.24% 0.98% -
XYZ 72.48 63.36 84.01 -
YUV 213.2 138.05 154.25 -
System Red Green Blue C M Y K H S L
Decimal 250 191 231 0 0.24 0.08 0.02 319.32 0.86 0.86
Hex FA BF E7 0 18 8 2 13F 56 56
Octal 372 277 347 0 30 10 2 477 126 126
Binary 11111010 10111111 11100111 0 11000 1000 10 100111111 1010110 1010110

Color Harmonies of #FABFE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABFE7

Black with #FABFE7

Text Example


Text Example

White with #FABFE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABFE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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