Html Css Color HEX #FABCF8 Lavender Rose

📋 copy color: '#FABCF8'

red 250 ◦ green 188 ◦ blue 248

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

Shades of Lavender Rose #FABCF8

Tints of Lavender Rose #FABCF8

RGB

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

 GREEN value IS 188 (73.83% from 255) = 27.41%

 BLUE value IS 248 (97.27% from 255) = 36.15%

R = 36.44%
G = 27.41%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#FABCF8 (or 0xFABCF8) is known color: Lavender Rose. HEX triplet: FA, BC and F8. RGB value is (250,188,248). Sum of RGB (Red+Green+Blue) = 250+188+248=686 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.44% from 686); Green value is 188 (73.83% from 255 or 27.41% from 686); Blue value is 248 (97.27% from 255 or 36.15% from 686); Max value from RGB is 250 - color contains mainly: red. Hex color #FABCF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABCF8 is #054307. Grayscale: #D5D5D5. Windows color (decimal): -344840 or 16301306. OLE color: 16301306.

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

Color convert

RGB 250 188 248 -
CMYK 0 0.25 0.01 0.02
HSL 301.94º 0.86% 0.86% -
HSV(B) 301.94º 0.25% 0.98% -
XYZ 74.35 63.07 97.06 -
YUV 213.38 147.54 154.12 -
System Red Green Blue C M Y K H S L
Decimal 250 188 248 0 0.25 0.01 0.02 301.94 0.86 0.86
Hex FA BC F8 0 19 1 2 12E 56 56
Octal 372 274 370 0 31 1 2 456 126 126
Binary 11111010 10111100 11111000 0 11001 1 10 100101110 1010110 1010110

Color Harmonies of #FABCF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABCF8

Black with #FABCF8

Text Example


Text Example

White with #FABCF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABCF8; }

 p { color: rgb(250,188,248); }

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

background-color css

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

 a { background-color: rgb(250,188,248); }

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

border-color css

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

 span { border-color: rgb(250,188,248); }

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