Html Css Color HEX #FBA3D8 Lavender Rose

📋 copy color: '#FBA3D8'

red 251 ◦ green 163 ◦ blue 216

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

Shades of Lavender Rose #FBA3D8

Tints of Lavender Rose #FBA3D8

RGB

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

 GREEN value IS 163 (64.06% from 255) = 25.87%

 BLUE value IS 216 (84.77% from 255) = 34.29%

R = 39.84%
G = 25.87%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#FBA3D8 (or 0xFBA3D8) is known color: Lavender Rose. HEX triplet: FB, A3 and D8. RGB value is (251,163,216). Sum of RGB (Red+Green+Blue) = 251+163+216=630 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.84% from 630); Green value is 163 (64.06% from 255 or 25.87% from 630); Blue value is 216 (84.77% from 255 or 34.29% from 630); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA3D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA3D8 is #045C27. Grayscale: #C3C3C3. Windows color (decimal): -285736 or 14197755. OLE color: 14197755.

HSL color Cylindrical-coordinate representation of color #FBA3D8: hue angle of 323.86º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FBA3D8 is Cyan = 0, Magento = 0.35, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 163 216 -
CMYK 0 0.35 0.14 0.02
HSL 323.86º 0.92% 0.81% -
HSV(B) 323.86º 0.35% 0.98% -
XYZ 65.28 51.66 71.5 -
YUV 195.35 139.65 167.69 -
System Red Green Blue C M Y K H S L
Decimal 251 163 216 0 0.35 0.14 0.02 323.86 0.92 0.81
Hex FB A3 D8 0 23 E 2 144 5C 51
Octal 373 243 330 0 43 16 2 504 134 121
Binary 11111011 10100011 11011000 0 100011 1110 10 101000100 1011100 1010001

Color Harmonies of #FBA3D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA3D8

Black with #FBA3D8

Text Example


Text Example

White with #FBA3D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA3D8; }

 p { color: rgb(251,163,216); }

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

background-color css

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

 a { background-color: rgb(251,163,216); }

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

border-color css

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

 span { border-color: rgb(251,163,216); }

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