Html Css Color HEX #FAB9F4 Lavender Rose

📋 copy color: '#FAB9F4'

red 250 ◦ green 185 ◦ blue 244

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

Shades of Lavender Rose #FAB9F4

Tints of Lavender Rose #FAB9F4

RGB

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

 GREEN value IS 185 (72.66% from 255) = 27.25%

 BLUE value IS 244 (95.7% from 255) = 35.94%

R = 36.82%
G = 27.25%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#FAB9F4 (or 0xFAB9F4) is known color: Lavender Rose. HEX triplet: FA, B9 and F4. RGB value is (250,185,244). Sum of RGB (Red+Green+Blue) = 250+185+244=679 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.82% from 679); Green value is 185 (72.66% from 255 or 27.25% from 679); Blue value is 244 (95.70% from 255 or 35.94% from 679); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB9F4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAB9F4 is #05460B. Grayscale: #D2D2D2. Windows color (decimal): -345612 or 16038394. OLE color: 16038394.

HSL color Cylindrical-coordinate representation of color #FAB9F4: hue angle of 305.54º degrees, saturation: 0.87, 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 #FAB9F4 is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 185 244 -
CMYK 0 0.26 0.02 0.02
HSL 305.54º 0.87% 0.85% -
HSV(B) 305.54º 0.26% 0.98% -
XYZ 73.1 61.55 93.62 -
YUV 211.16 146.53 155.7 -
System Red Green Blue C M Y K H S L
Decimal 250 185 244 0 0.26 0.02 0.02 305.54 0.87 0.85
Hex FA B9 F4 0 1A 2 2 132 57 55
Octal 372 271 364 0 32 2 2 462 127 125
Binary 11111010 10111001 11110100 0 11010 10 10 100110010 1010111 1010101

Color Harmonies of #FAB9F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB9F4

Black with #FAB9F4

Text Example


Text Example

White with #FAB9F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB9F4; }

 p { color: rgb(250,185,244); }

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

background-color css

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

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

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

border-color css

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

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

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