Html Css Color HEX #FBA7EA Lavender Rose

📋 copy color: '#FBA7EA'

red 251 ◦ green 167 ◦ blue 234

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

Shades of Lavender Rose #FBA7EA

Tints of Lavender Rose #FBA7EA

RGB

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

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

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

R = 38.5%
G = 25.61%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#FBA7EA (or 0xFBA7EA) is known color: Lavender Rose. HEX triplet: FB, A7 and EA. RGB value is (251,167,234). Sum of RGB (Red+Green+Blue) = 251+167+234=652 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.50% from 652); Green value is 167 (65.62% from 255 or 25.61% from 652); Blue value is 234 (91.80% from 255 or 35.89% from 652); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA7EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBA7EA is #045815. Grayscale: #C7C7C7. Windows color (decimal): -284694 or 15378427. OLE color: 15378427.

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

Color convert

RGB 251 167 234 -
CMYK 0 0.33 0.07 0.02
HSL 312.14º 0.91% 0.82% -
HSV(B) 312.14º 0.33% 0.98% -
XYZ 68.45 54.09 84.67 -
YUV 199.75 147.33 164.55 -
System Red Green Blue C M Y K H S L
Decimal 251 167 234 0 0.33 0.07 0.02 312.14 0.91 0.82
Hex FB A7 EA 0 21 7 2 138 5B 52
Octal 373 247 352 0 41 7 2 470 133 122
Binary 11111011 10100111 11101010 0 100001 111 10 100111000 1011011 1010010

Color Harmonies of #FBA7EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA7EA

Black with #FBA7EA

Text Example


Text Example

White with #FBA7EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA7EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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