Html Css Color HEX #FBAFE2 Lavender Rose

📋 copy color: '#FBAFE2'

red 251 ◦ green 175 ◦ blue 226

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

Shades of Lavender Rose #FBAFE2

Tints of Lavender Rose #FBAFE2

RGB

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

 GREEN value IS 175 (68.75% from 255) = 26.84%

 BLUE value IS 226 (88.67% from 255) = 34.66%

R = 38.5%
G = 26.84%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FBAFE2 (or 0xFBAFE2) is known color: Lavender Rose. HEX triplet: FB, AF and E2. RGB value is (251,175,226). Sum of RGB (Red+Green+Blue) = 251+175+226=652 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.50% from 652); Green value is 175 (68.75% from 255 or 26.84% from 652); Blue value is 226 (88.67% from 255 or 34.66% from 652); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAFE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAFE2 is #04501D. Grayscale: #CBCBCB. Windows color (decimal): -282654 or 14856187. OLE color: 14856187.

HSL color Cylindrical-coordinate representation of color #FBAFE2: hue angle of 319.74º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FBAFE2 is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 175 226 -
CMYK 0 0.30 0.10 0.02
HSL 319.74º 0.9% 0.84% -
HSV(B) 319.74º 0.3% 0.98% -
XYZ 68.84 56.66 79.26 -
YUV 203.54 140.68 161.85 -
System Red Green Blue C M Y K H S L
Decimal 251 175 226 0 0.30 0.10 0.02 319.74 0.9 0.84
Hex FB AF E2 0 1E A 2 140 5A 54
Octal 373 257 342 0 36 12 2 500 132 124
Binary 11111011 10101111 11100010 0 11110 1010 10 101000000 1011010 1010100

Color Harmonies of #FBAFE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBAFE2

Black with #FBAFE2

Text Example


Text Example

White with #FBAFE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBAFE2; }

 p { color: rgb(251,175,226); }

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

background-color css

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

 a { background-color: rgb(251,175,226); }

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

border-color css

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

 span { border-color: rgb(251,175,226); }

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