Html Css Color HEX #FBA4EE Lavender Rose

📋 copy color: '#FBA4EE'

red 251 ◦ green 164 ◦ blue 238

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

Shades of Lavender Rose #FBA4EE

Tints of Lavender Rose #FBA4EE

RGB

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

 GREEN value IS 164 (64.45% from 255) = 25.11%

 BLUE value IS 238 (93.36% from 255) = 36.45%

R = 38.44%
G = 25.11%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#FBA4EE (or 0xFBA4EE) is known color: Lavender Rose. HEX triplet: FB, A4 and EE. RGB value is (251,164,238). Sum of RGB (Red+Green+Blue) = 251+164+238=653 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.44% from 653); Green value is 164 (64.45% from 255 or 25.11% from 653); Blue value is 238 (93.36% from 255 or 36.45% from 653); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA4EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBA4EE is #045B11. Grayscale: #C6C6C6. Windows color (decimal): -285458 or 15639803. OLE color: 15639803.

HSL color Cylindrical-coordinate representation of color #FBA4EE: hue angle of 308.97º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FBA4EE is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 164 238 -
CMYK 0 0.35 0.05 0.02
HSL 308.97º 0.92% 0.81% -
HSV(B) 308.97º 0.35% 0.98% -
XYZ 68.49 53.23 87.55 -
YUV 198.45 150.32 165.48 -
System Red Green Blue C M Y K H S L
Decimal 251 164 238 0 0.35 0.05 0.02 308.97 0.92 0.81
Hex FB A4 EE 0 23 5 2 135 5C 51
Octal 373 244 356 0 43 5 2 465 134 121
Binary 11111011 10100100 11101110 0 100011 101 10 100110101 1011100 1010001

Color Harmonies of #FBA4EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA4EE

Black with #FBA4EE

Text Example


Text Example

White with #FBA4EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA4EE; }

 p { color: rgb(251,164,238); }

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

background-color css

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

 a { background-color: rgb(251,164,238); }

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

border-color css

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

 span { border-color: rgb(251,164,238); }

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