Html Css Color HEX #FBA7EF Lavender Rose

📋 copy color: '#FBA7EF'

red 251 ◦ green 167 ◦ blue 239

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

Shades of Lavender Rose #FBA7EF

Tints of Lavender Rose #FBA7EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 36.38%

R = 38.2%
G = 25.42%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#FBA7EF (or 0xFBA7EF) is known color: Lavender Rose. HEX triplet: FB, A7 and EF. RGB value is (251,167,239). Sum of RGB (Red+Green+Blue) = 251+167+239=657 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.20% from 657); Green value is 167 (65.62% from 255 or 25.42% from 657); Blue value is 239 (93.75% from 255 or 36.38% from 657); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA7EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBA7EF is #045810. Grayscale: #C8C8C8. Windows color (decimal): -284689 or 15706107. OLE color: 15706107.

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

Color convert

RGB 251 167 239 -
CMYK 0 0.33 0.05 0.02
HSL 308.57º 0.91% 0.82% -
HSV(B) 308.57º 0.33% 0.98% -
XYZ 69.18 54.38 88.51 -
YUV 200.32 149.83 164.15 -
System Red Green Blue C M Y K H S L
Decimal 251 167 239 0 0.33 0.05 0.02 308.57 0.91 0.82
Hex FB A7 EF 0 21 5 2 135 5B 52
Octal 373 247 357 0 41 5 2 465 133 122
Binary 11111011 10100111 11101111 0 100001 101 10 100110101 1011011 1010010

Color Harmonies of #FBA7EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA7EF

Black with #FBA7EF

Text Example


Text Example

White with #FBA7EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA7EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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