Html Css Color HEX #FAB9F2 Lavender Rose

📋 copy color: '#FAB9F2'

red 250 ◦ green 185 ◦ blue 242

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

Shades of Lavender Rose #FAB9F2

Tints of Lavender Rose #FAB9F2

RGB

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

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

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

R = 36.93%
G = 27.33%
B = 35.75%

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

#FAB9F2 (or 0xFAB9F2) is known color: Lavender Rose. HEX triplet: FA, B9 and F2. RGB value is (250,185,242). Sum of RGB (Red+Green+Blue) = 250+185+242=677 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.93% from 677); Green value is 185 (72.66% from 255 or 27.33% from 677); Blue value is 242 (94.92% from 255 or 35.75% from 677); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB9F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAB9F2 is #05460D. Grayscale: #D2D2D2. Windows color (decimal): -345614 or 15907322. OLE color: 15907322.

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

Color convert

RGB 250 185 242 -
CMYK 0 0.26 0.03 0.02
HSL 307.38º 0.87% 0.85% -
HSV(B) 307.38º 0.26% 0.98% -
XYZ 72.8 61.43 92.03 -
YUV 210.93 145.53 155.87 -
System Red Green Blue C M Y K H S L
Decimal 250 185 242 0 0.26 0.03 0.02 307.38 0.87 0.85
Hex FA B9 F2 0 1A 3 2 133 57 55
Octal 372 271 362 0 32 3 2 463 127 125
Binary 11111010 10111001 11110010 0 11010 11 10 100110011 1010111 1010101

Color Harmonies of #FAB9F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB9F2

Black with #FAB9F2

Text Example


Text Example

White with #FAB9F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB9F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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