Html Css Color HEX #FBA8F0 Lavender Rose

📋 copy color: '#FBA8F0'

red 251 ◦ green 168 ◦ blue 240

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

Shades of Lavender Rose #FBA8F0

Tints of Lavender Rose #FBA8F0

RGB

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

 GREEN value IS 168 (66.02% from 255) = 25.49%

 BLUE value IS 240 (94.14% from 255) = 36.42%

R = 38.09%
G = 25.49%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FBA8F0 (or 0xFBA8F0) is known color: Lavender Rose. HEX triplet: FB, A8 and F0. RGB value is (251,168,240). Sum of RGB (Red+Green+Blue) = 251+168+240=659 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.09% from 659); Green value is 168 (66.02% from 255 or 25.49% from 659); Blue value is 240 (94.14% from 255 or 36.42% from 659); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA8F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBA8F0 is #04570F. Grayscale: #C8C8C8. Windows color (decimal): -284432 or 15771899. OLE color: 15771899.

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

Color convert

RGB 251 168 240 -
CMYK 0 0.33 0.04 0.02
HSL 307.95º 0.91% 0.82% -
HSV(B) 307.95º 0.33% 0.98% -
XYZ 69.51 54.81 89.35 -
YUV 201.03 150 163.65 -
System Red Green Blue C M Y K H S L
Decimal 251 168 240 0 0.33 0.04 0.02 307.95 0.91 0.82
Hex FB A8 F0 0 21 4 2 134 5B 52
Octal 373 250 360 0 41 4 2 464 133 122
Binary 11111011 10101000 11110000 0 100001 100 10 100110100 1011011 1010010

Color Harmonies of #FBA8F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA8F0

Black with #FBA8F0

Text Example


Text Example

White with #FBA8F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA8F0; }

 p { color: rgb(251,168,240); }

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

background-color css

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

 a { background-color: rgb(251,168,240); }

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

border-color css

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

 span { border-color: rgb(251,168,240); }

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