Html Css Color HEX #FBA9F2 Lavender Rose

📋 copy color: '#FBA9F2'

red 251 ◦ green 169 ◦ blue 242

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

Shades of Lavender Rose #FBA9F2

Tints of Lavender Rose #FBA9F2

RGB

 RED value IS 251 (98.44% from 255) = 37.92%

 GREEN value IS 169 (66.41% from 255) = 25.53%

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

R = 37.92%
G = 25.53%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FBA9F2 (or 0xFBA9F2) is known color: Lavender Rose. HEX triplet: FB, A9 and F2. RGB value is (251,169,242). Sum of RGB (Red+Green+Blue) = 251+169+242=662 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.92% from 662); Green value is 169 (66.41% from 255 or 25.53% from 662); Blue value is 242 (94.92% from 255 or 36.56% from 662); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA9F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBA9F2 is #04560D. Grayscale: #C9C9C9. Windows color (decimal): -284174 or 15903227. OLE color: 15903227.

HSL color Cylindrical-coordinate representation of color #FBA9F2: hue angle of 306.59º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FBA9F2 is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 169 242 -
CMYK 0 0.33 0.04 0.02
HSL 306.59º 0.91% 0.82% -
HSV(B) 306.59º 0.33% 0.98% -
XYZ 70 55.3 90.99 -
YUV 201.84 150.67 163.06 -
System Red Green Blue C M Y K H S L
Decimal 251 169 242 0 0.33 0.04 0.02 306.59 0.91 0.82
Hex FB A9 F2 0 21 4 2 133 5B 52
Octal 373 251 362 0 41 4 2 463 133 122
Binary 11111011 10101001 11110010 0 100001 100 10 100110011 1011011 1010010

Color Harmonies of #FBA9F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA9F2

Black with #FBA9F2

Text Example


Text Example

White with #FBA9F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA9F2; }

 p { color: rgb(251,169,242); }

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

background-color css

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

 a { background-color: rgb(251,169,242); }

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

border-color css

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

 span { border-color: rgb(251,169,242); }

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