Html Css Color HEX #FBA4D9 Lavender Rose

📋 copy color: '#FBA4D9'

red 251 ◦ green 164 ◦ blue 217

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

Shades of Lavender Rose #FBA4D9

Tints of Lavender Rose #FBA4D9

RGB

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

 GREEN value IS 164 (64.45% from 255) = 25.95%

 BLUE value IS 217 (85.16% from 255) = 34.34%

R = 39.72%
G = 25.95%
B = 34.34%

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

#FBA4D9 (or 0xFBA4D9) is known color: Lavender Rose. HEX triplet: FB, A4 and D9. RGB value is (251,164,217). Sum of RGB (Red+Green+Blue) = 251+164+217=632 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.72% from 632); Green value is 164 (64.45% from 255 or 25.95% from 632); Blue value is 217 (85.16% from 255 or 34.34% from 632); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA4D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA4D9 is #045B26. Grayscale: #C3C3C3. Windows color (decimal): -285479 or 14263547. OLE color: 14263547.

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

Color convert

RGB 251 164 217 -
CMYK 0 0.35 0.14 0.02
HSL 323.45º 0.92% 0.81% -
HSV(B) 323.45º 0.35% 0.98% -
XYZ 65.58 52.07 72.24 -
YUV 196.06 139.82 167.19 -
System Red Green Blue C M Y K H S L
Decimal 251 164 217 0 0.35 0.14 0.02 323.45 0.92 0.81
Hex FB A4 D9 0 23 E 2 143 5C 51
Octal 373 244 331 0 43 16 2 503 134 121
Binary 11111011 10100100 11011001 0 100011 1110 10 101000011 1011100 1010001

Color Harmonies of #FBA4D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA4D9

Black with #FBA4D9

Text Example


Text Example

White with #FBA4D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA4D9; }

 p { color: rgb(251,164,217); }

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

background-color css

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

 a { background-color: rgb(251,164,217); }

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

border-color css

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

 span { border-color: rgb(251,164,217); }

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