Html Css Color HEX #FBA7F8 Lavender Rose

📋 copy color: '#FBA7F8'

red 251 ◦ green 167 ◦ blue 248

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

Shades of Lavender Rose #FBA7F8

Tints of Lavender Rose #FBA7F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 37.24%

R = 37.69%
G = 25.08%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#FBA7F8 (or 0xFBA7F8) is known color: Lavender Rose. HEX triplet: FB, A7 and F8. RGB value is (251,167,248). Sum of RGB (Red+Green+Blue) = 251+167+248=666 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.69% from 666); Green value is 167 (65.62% from 255 or 25.08% from 666); Blue value is 248 (97.27% from 255 or 37.24% from 666); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA7F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBA7F8 is #045807. Grayscale: #C9C9C9. Windows color (decimal): -284680 or 16295931. OLE color: 16295931.

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

Color convert

RGB 251 167 248 -
CMYK 0 0.33 0.01 0.02
HSL 302.14º 0.91% 0.82% -
HSV(B) 302.14º 0.33% 0.98% -
XYZ 70.55 54.92 95.69 -
YUV 201.35 154.33 163.41 -
System Red Green Blue C M Y K H S L
Decimal 251 167 248 0 0.33 0.01 0.02 302.14 0.91 0.82
Hex FB A7 F8 0 21 1 2 12E 5B 52
Octal 373 247 370 0 41 1 2 456 133 122
Binary 11111011 10100111 11111000 0 100001 1 10 100101110 1011011 1010010

Color Harmonies of #FBA7F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA7F8

Black with #FBA7F8

Text Example


Text Example

White with #FBA7F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA7F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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