Html Css Color HEX #FBA5F0 Lavender Rose

📋 copy color: '#FBA5F0'

red 251 ◦ green 165 ◦ blue 240

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

Shades of Lavender Rose #FBA5F0

Tints of Lavender Rose #FBA5F0

RGB

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

 GREEN value IS 165 (64.84% from 255) = 25.15%

 BLUE value IS 240 (94.14% from 255) = 36.59%

R = 38.26%
G = 25.15%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FBA5F0 (or 0xFBA5F0) is known color: Lavender Rose. HEX triplet: FB, A5 and F0. RGB value is (251,165,240). Sum of RGB (Red+Green+Blue) = 251+165+240=656 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.26% from 656); Green value is 165 (64.84% from 255 or 25.15% from 656); Blue value is 240 (94.14% from 255 or 36.59% from 656); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA5F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBA5F0 is #045A0F. Grayscale: #C7C7C7. Windows color (decimal): -285200 or 15771131. OLE color: 15771131.

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

Color convert

RGB 251 165 240 -
CMYK 0 0.34 0.04 0.02
HSL 307.67º 0.91% 0.82% -
HSV(B) 307.67º 0.34% 0.98% -
XYZ 68.97 53.71 89.17 -
YUV 199.26 150.99 164.9 -
System Red Green Blue C M Y K H S L
Decimal 251 165 240 0 0.34 0.04 0.02 307.67 0.91 0.82
Hex FB A5 F0 0 22 4 2 134 5B 52
Octal 373 245 360 0 42 4 2 464 133 122
Binary 11111011 10100101 11110000 0 100010 100 10 100110100 1011011 1010010

Color Harmonies of #FBA5F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA5F0

Black with #FBA5F0

Text Example


Text Example

White with #FBA5F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA5F0; }

 p { color: rgb(251,165,240); }

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

background-color css

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

 a { background-color: rgb(251,165,240); }

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

border-color css

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

 span { border-color: rgb(251,165,240); }

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