Html Css Color HEX #FABFEE Lavender Rose

📋 copy color: '#FABFEE'

red 250 ◦ green 191 ◦ blue 238

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

Shades of Lavender Rose #FABFEE

Tints of Lavender Rose #FABFEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 35.05%

R = 36.82%
G = 28.13%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#FABFEE (or 0xFABFEE) is known color: Lavender Rose. HEX triplet: FA, BF and EE. RGB value is (250,191,238). Sum of RGB (Red+Green+Blue) = 250+191+238=679 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.82% from 679); Green value is 191 (75% from 255 or 28.13% from 679); Blue value is 238 (93.36% from 255 or 35.05% from 679); Max value from RGB is 250 - color contains mainly: red. Hex color #FABFEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABFEE is #054011. Grayscale: #D5D5D5. Windows color (decimal): -344082 or 15646714. OLE color: 15646714.

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

Color convert

RGB 250 191 238 -
CMYK 0 0.24 0.05 0.02
HSL 312.2º 0.86% 0.86% -
HSV(B) 312.2º 0.24% 0.98% -
XYZ 73.49 63.76 89.32 -
YUV 214 141.55 153.68 -
System Red Green Blue C M Y K H S L
Decimal 250 191 238 0 0.24 0.05 0.02 312.2 0.86 0.86
Hex FA BF EE 0 18 5 2 138 56 56
Octal 372 277 356 0 30 5 2 470 126 126
Binary 11111010 10111111 11101110 0 11000 101 10 100111000 1010110 1010110

Color Harmonies of #FABFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABFEE

Black with #FABFEE

Text Example


Text Example

White with #FABFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABFEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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