Html Css Color HEX #FABFEB Lavender Rose

📋 copy color: '#FABFEB'

red 250 ◦ green 191 ◦ blue 235

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

Shades of Lavender Rose #FABFEB

Tints of Lavender Rose #FABFEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 34.76%

R = 36.98%
G = 28.25%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#FABFEB (or 0xFABFEB) is known color: Lavender Rose. HEX triplet: FA, BF and EB. RGB value is (250,191,235). Sum of RGB (Red+Green+Blue) = 250+191+235=676 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.98% from 676); Green value is 191 (75% from 255 or 28.25% from 676); Blue value is 235 (92.19% from 255 or 34.76% from 676); Max value from RGB is 250 - color contains mainly: red. Hex color #FABFEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABFEB is #054014. Grayscale: #D5D5D5. Windows color (decimal): -344085 or 15450106. OLE color: 15450106.

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

Color convert

RGB 250 191 235 -
CMYK 0 0.24 0.06 0.02
HSL 315.25º 0.86% 0.86% -
HSV(B) 315.25º 0.24% 0.98% -
XYZ 73.05 63.58 87.02 -
YUV 213.66 140.05 153.92 -
System Red Green Blue C M Y K H S L
Decimal 250 191 235 0 0.24 0.06 0.02 315.25 0.86 0.86
Hex FA BF EB 0 18 6 2 13B 56 56
Octal 372 277 353 0 30 6 2 473 126 126
Binary 11111010 10111111 11101011 0 11000 110 10 100111011 1010110 1010110

Color Harmonies of #FABFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABFEB

Black with #FABFEB

Text Example


Text Example

White with #FABFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABFEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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