Html Css Color HEX #FAB2FA Lavender Rose

📋 copy color: '#FAB2FA'

red 250 ◦ green 178 ◦ blue 250

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

Shades of Lavender Rose #FAB2FA

Tints of Lavender Rose #FAB2FA

RGB

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

 GREEN value IS 178 (69.92% from 255) = 26.25%

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

R = 36.87%
G = 26.25%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#FAB2FA (or 0xFAB2FA) is known color: Lavender Rose. HEX triplet: FA, B2 and FA. RGB value is (250,178,250). Sum of RGB (Red+Green+Blue) = 250+178+250=678 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.87% from 678); Green value is 178 (69.92% from 255 or 26.25% from 678); Blue value is 250 (98.05% from 255 or 36.87% from 678); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FAB2FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAB2FA is #054D05. Grayscale: #CFCFCF. Windows color (decimal): -347398 or 16429818. OLE color: 16429818.

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

Color convert

RGB 250 178 250 -
CMYK 0 0.29 0 0.02
HSL 300º 0.88% 0.84% -
HSV(B) 300º 0.29% 0.98% -
XYZ 72.6 59.07 98.02 -
YUV 207.74 151.85 158.15 -
System Red Green Blue C M Y K H S L
Decimal 250 178 250 0 0.29 0 0.02 300 0.88 0.84
Hex FA B2 FA 0 1D 0 2 12C 58 54
Octal 372 262 372 0 35 0 2 454 130 124
Binary 11111010 10110010 11111010 0 11101 0 10 100101100 1011000 1010100

Color Harmonies of #FAB2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB2FA

Black with #FAB2FA

Text Example


Text Example

White with #FAB2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB2FA; }

 p { color: rgb(250,178,250); }

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

background-color css

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

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

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

border-color css

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

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

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