Html Css Color HEX #FBA7ED Lavender Rose

📋 copy color: '#FBA7ED'

red 251 ◦ green 167 ◦ blue 237

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

Shades of Lavender Rose #FBA7ED

Tints of Lavender Rose #FBA7ED

RGB

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

 GREEN value IS 167 (65.63% from 255) = 25.5%

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

R = 38.32%
G = 25.5%
B = 36.18%

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

#FBA7ED (or 0xFBA7ED) is known color: Lavender Rose. HEX triplet: FB, A7 and ED. RGB value is (251,167,237). Sum of RGB (Red+Green+Blue) = 251+167+237=655 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.32% from 655); Green value is 167 (65.62% from 255 or 25.50% from 655); Blue value is 237 (92.97% from 255 or 36.18% from 655); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA7ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBA7ED is #045812. Grayscale: #C7C7C7. Windows color (decimal): -284691 or 15575035. OLE color: 15575035.

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

Color convert

RGB 251 167 237 -
CMYK 0 0.33 0.06 0.02
HSL 310º 0.91% 0.82% -
HSV(B) 310º 0.33% 0.98% -
XYZ 68.89 54.26 86.96 -
YUV 200.1 148.83 164.31 -
System Red Green Blue C M Y K H S L
Decimal 251 167 237 0 0.33 0.06 0.02 310 0.91 0.82
Hex FB A7 ED 0 21 6 2 136 5B 52
Octal 373 247 355 0 41 6 2 466 133 122
Binary 11111011 10100111 11101101 0 100001 110 10 100110110 1011011 1010010

Color Harmonies of #FBA7ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA7ED

Black with #FBA7ED

Text Example


Text Example

White with #FBA7ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA7ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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