Html Css Color HEX #FBA5EA Lavender Rose

📋 copy color: '#FBA5EA'

red 251 ◦ green 165 ◦ blue 234

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

Shades of Lavender Rose #FBA5EA

Tints of Lavender Rose #FBA5EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 36%

R = 38.62%
G = 25.38%
B = 36%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#FBA5EA (or 0xFBA5EA) is known color: Lavender Rose. HEX triplet: FB, A5 and EA. RGB value is (251,165,234). Sum of RGB (Red+Green+Blue) = 251+165+234=650 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.62% from 650); Green value is 165 (64.84% from 255 or 25.38% from 650); Blue value is 234 (91.80% from 255 or 36% from 650); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA5EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBA5EA is #045A15. Grayscale: #C6C6C6. Windows color (decimal): -285206 or 15377915. OLE color: 15377915.

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

Color convert

RGB 251 165 234 -
CMYK 0 0.34 0.07 0.02
HSL 311.86º 0.91% 0.82% -
HSV(B) 311.86º 0.34% 0.98% -
XYZ 68.09 53.36 84.55 -
YUV 198.58 147.99 165.39 -
System Red Green Blue C M Y K H S L
Decimal 251 165 234 0 0.34 0.07 0.02 311.86 0.91 0.82
Hex FB A5 EA 0 22 7 2 138 5B 52
Octal 373 245 352 0 42 7 2 470 133 122
Binary 11111011 10100101 11101010 0 100010 111 10 100111000 1011011 1010010

Color Harmonies of #FBA5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA5EA

Black with #FBA5EA

Text Example


Text Example

White with #FBA5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA5EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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