Html Css Color HEX #FBA8EB Lavender Rose

📋 copy color: '#FBA8EB'

red 251 ◦ green 168 ◦ blue 235

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

Shades of Lavender Rose #FBA8EB

Tints of Lavender Rose #FBA8EB

RGB

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

 GREEN value IS 168 (66.02% from 255) = 25.69%

 BLUE value IS 235 (92.19% from 255) = 35.93%

R = 38.38%
G = 25.69%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#FBA8EB (or 0xFBA8EB) is known color: Lavender Rose. HEX triplet: FB, A8 and EB. RGB value is (251,168,235). Sum of RGB (Red+Green+Blue) = 251+168+235=654 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.38% from 654); Green value is 168 (66.02% from 255 or 25.69% from 654); Blue value is 235 (92.19% from 255 or 35.93% from 654); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA8EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBA8EB is #045714. Grayscale: #C8C8C8. Windows color (decimal): -284437 or 15444219. OLE color: 15444219.

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

Color convert

RGB 251 168 235 -
CMYK 0 0.33 0.06 0.02
HSL 311.57º 0.91% 0.82% -
HSV(B) 311.57º 0.33% 0.98% -
XYZ 68.78 54.51 85.49 -
YUV 200.46 147.5 164.05 -
System Red Green Blue C M Y K H S L
Decimal 251 168 235 0 0.33 0.06 0.02 311.57 0.91 0.82
Hex FB A8 EB 0 21 6 2 138 5B 52
Octal 373 250 353 0 41 6 2 470 133 122
Binary 11111011 10101000 11101011 0 100001 110 10 100111000 1011011 1010010

Color Harmonies of #FBA8EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA8EB

Black with #FBA8EB

Text Example


Text Example

White with #FBA8EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA8EB; }

 p { color: rgb(251,168,235); }

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

background-color css

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

 a { background-color: rgb(251,168,235); }

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

border-color css

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

 span { border-color: rgb(251,168,235); }

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