Html Css Color HEX #FBA6EF Lavender Rose

📋 copy color: '#FBA6EF'

red 251 ◦ green 166 ◦ blue 239

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

Shades of Lavender Rose #FBA6EF

Tints of Lavender Rose #FBA6EF

RGB

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

 GREEN value IS 166 (65.23% from 255) = 25.3%

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

R = 38.26%
G = 25.3%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#FBA6EF (or 0xFBA6EF) is known color: Lavender Rose. HEX triplet: FB, A6 and EF. RGB value is (251,166,239). Sum of RGB (Red+Green+Blue) = 251+166+239=656 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.26% from 656); Green value is 166 (65.23% from 255 or 25.30% from 656); Blue value is 239 (93.75% from 255 or 36.43% from 656); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA6EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBA6EF is #045910. Grayscale: #C7C7C7. Windows color (decimal): -284945 or 15705851. OLE color: 15705851.

HSL color Cylindrical-coordinate representation of color #FBA6EF: hue angle of 308.47º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FBA6EF is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 166 239 -
CMYK 0 0.34 0.05 0.02
HSL 308.47º 0.91% 0.82% -
HSV(B) 308.47º 0.34% 0.98% -
XYZ 69 54.01 88.45 -
YUV 199.74 150.16 164.56 -
System Red Green Blue C M Y K H S L
Decimal 251 166 239 0 0.34 0.05 0.02 308.47 0.91 0.82
Hex FB A6 EF 0 22 5 2 134 5B 52
Octal 373 246 357 0 42 5 2 464 133 122
Binary 11111011 10100110 11101111 0 100010 101 10 100110100 1011011 1010010

Color Harmonies of #FBA6EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA6EF

Black with #FBA6EF

Text Example


Text Example

White with #FBA6EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA6EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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