Html Css Color HEX #FBA1D8 Lavender Rose

📋 copy color: '#FBA1D8'

red 251 ◦ green 161 ◦ blue 216

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

Shades of Lavender Rose #FBA1D8

Tints of Lavender Rose #FBA1D8

RGB

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

 GREEN value IS 161 (63.28% from 255) = 25.64%

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

R = 39.97%
G = 25.64%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#FBA1D8 (or 0xFBA1D8) is known color: Lavender Rose. HEX triplet: FB, A1 and D8. RGB value is (251,161,216). Sum of RGB (Red+Green+Blue) = 251+161+216=628 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.97% from 628); Green value is 161 (63.28% from 255 or 25.64% from 628); Blue value is 216 (84.77% from 255 or 34.39% from 628); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA1D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA1D8 is #045E27. Grayscale: #C2C2C2. Windows color (decimal): -286248 or 14197243. OLE color: 14197243.

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

Color convert

RGB 251 161 216 -
CMYK 0 0.36 0.14 0.02
HSL 323.33º 0.92% 0.81% -
HSV(B) 323.33º 0.36% 0.98% -
XYZ 64.92 50.96 71.38 -
YUV 194.18 140.32 168.53 -
System Red Green Blue C M Y K H S L
Decimal 251 161 216 0 0.36 0.14 0.02 323.33 0.92 0.81
Hex FB A1 D8 0 24 E 2 143 5C 51
Octal 373 241 330 0 44 16 2 503 134 121
Binary 11111011 10100001 11011000 0 100100 1110 10 101000011 1011100 1010001

Color Harmonies of #FBA1D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA1D8

Black with #FBA1D8

Text Example


Text Example

White with #FBA1D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA1D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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