Html Css Color HEX #FBA8ED Lavender Rose

📋 copy color: '#FBA8ED'

red 251 ◦ green 168 ◦ blue 237

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

Shades of Lavender Rose #FBA8ED

Tints of Lavender Rose #FBA8ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 36.13%

R = 38.26%
G = 25.61%
B = 36.13%

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

#FBA8ED (or 0xFBA8ED) is known color: Lavender Rose. HEX triplet: FB, A8 and ED. RGB value is (251,168,237). Sum of RGB (Red+Green+Blue) = 251+168+237=656 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.26% from 656); Green value is 168 (66.02% from 255 or 25.61% from 656); Blue value is 237 (92.97% from 255 or 36.13% from 656); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA8ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBA8ED is #045712. Grayscale: #C8C8C8. Windows color (decimal): -284435 or 15575291. OLE color: 15575291.

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

Color convert

RGB 251 168 237 -
CMYK 0 0.33 0.06 0.02
HSL 310.12º 0.91% 0.82% -
HSV(B) 310.12º 0.33% 0.98% -
XYZ 69.07 54.63 87.02 -
YUV 200.68 148.5 163.89 -
System Red Green Blue C M Y K H S L
Decimal 251 168 237 0 0.33 0.06 0.02 310.12 0.91 0.82
Hex FB A8 ED 0 21 6 2 136 5B 52
Octal 373 250 355 0 41 6 2 466 133 122
Binary 11111011 10101000 11101101 0 100001 110 10 100110110 1011011 1010010

Color Harmonies of #FBA8ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA8ED

Black with #FBA8ED

Text Example


Text Example

White with #FBA8ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA8ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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