Html Css Color HEX #FABAF2 Lavender Rose

📋 copy color: '#FABAF2'

red 250 ◦ green 186 ◦ blue 242

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

Shades of Lavender Rose #FABAF2

Tints of Lavender Rose #FABAF2

RGB

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

 GREEN value IS 186 (73.05% from 255) = 27.43%

 BLUE value IS 242 (94.92% from 255) = 35.69%

R = 36.87%
G = 27.43%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#FABAF2 (or 0xFABAF2) is known color: Lavender Rose. HEX triplet: FA, BA and F2. RGB value is (250,186,242). Sum of RGB (Red+Green+Blue) = 250+186+242=678 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.87% from 678); Green value is 186 (73.05% from 255 or 27.43% from 678); Blue value is 242 (94.92% from 255 or 35.69% from 678); Max value from RGB is 250 - color contains mainly: red. Hex color #FABAF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABAF2 is #05450D. Grayscale: #D3D3D3. Windows color (decimal): -345358 or 15907578. OLE color: 15907578.

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

Color convert

RGB 250 186 242 -
CMYK 0 0.26 0.03 0.02
HSL 307.5º 0.86% 0.85% -
HSV(B) 307.5º 0.26% 0.98% -
XYZ 73.01 61.85 92.1 -
YUV 211.52 145.2 155.45 -
System Red Green Blue C M Y K H S L
Decimal 250 186 242 0 0.26 0.03 0.02 307.5 0.86 0.85
Hex FA BA F2 0 1A 3 2 134 56 55
Octal 372 272 362 0 32 3 2 464 126 125
Binary 11111010 10111010 11110010 0 11010 11 10 100110100 1010110 1010101

Color Harmonies of #FABAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABAF2

Black with #FABAF2

Text Example


Text Example

White with #FABAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABAF2; }

 p { color: rgb(250,186,242); }

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

background-color css

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

 a { background-color: rgb(250,186,242); }

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

border-color css

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

 span { border-color: rgb(250,186,242); }

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