Html Css Color HEX #FAB2F5 Lavender Rose

📋 copy color: '#FAB2F5'

red 250 ◦ green 178 ◦ blue 245

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

Shades of Lavender Rose #FAB2F5

Tints of Lavender Rose #FAB2F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 36.4%

R = 37.15%
G = 26.45%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#FAB2F5 (or 0xFAB2F5) is known color: Lavender Rose. HEX triplet: FA, B2 and F5. RGB value is (250,178,245). Sum of RGB (Red+Green+Blue) = 250+178+245=673 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.15% from 673); Green value is 178 (69.92% from 255 or 26.45% from 673); Blue value is 245 (96.09% from 255 or 36.40% from 673); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB2F5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAB2F5 is #054D0A. Grayscale: #CECECE. Windows color (decimal): -347403 or 16102138. OLE color: 16102138.

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

Color convert

RGB 250 178 245 -
CMYK 0 0.29 0.02 0.02
HSL 304.17º 0.88% 0.84% -
HSV(B) 304.17º 0.29% 0.98% -
XYZ 71.83 58.76 93.94 -
YUV 207.17 149.35 158.55 -
System Red Green Blue C M Y K H S L
Decimal 250 178 245 0 0.29 0.02 0.02 304.17 0.88 0.84
Hex FA B2 F5 0 1D 2 2 130 58 54
Octal 372 262 365 0 35 2 2 460 130 124
Binary 11111010 10110010 11110101 0 11101 10 10 100110000 1011000 1010100

Color Harmonies of #FAB2F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB2F5

Black with #FAB2F5

Text Example


Text Example

White with #FAB2F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB2F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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