Html Css Color HEX #FBAFD3 Lavender Pink

📋 copy color: '#FBAFD3'

red 251 ◦ green 175 ◦ blue 211

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

Shades of Lavender Pink #FBAFD3

Tints of Lavender Pink #FBAFD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 33.12%

R = 39.4%
G = 27.47%
B = 33.12%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#FBAFD3 (or 0xFBAFD3) is known color: Lavender Pink. HEX triplet: FB, AF and D3. RGB value is (251,175,211). Sum of RGB (Red+Green+Blue) = 251+175+211=637 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.40% from 637); Green value is 175 (68.75% from 255 or 27.47% from 637); Blue value is 211 (82.81% from 255 or 33.12% from 637); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAFD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAFD3 is #04502C. Grayscale: #C9C9C9. Windows color (decimal): -282669 or 13873147. OLE color: 13873147.

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

Color convert

RGB 251 175 211 -
CMYK 0 0.30 0.16 0.02
HSL 331.58º 0.9% 0.84% -
HSV(B) 331.58º 0.3% 0.98% -
XYZ 66.87 55.87 68.89 -
YUV 201.83 133.18 163.07 -
System Red Green Blue C M Y K H S L
Decimal 251 175 211 0 0.30 0.16 0.02 331.58 0.9 0.84
Hex FB AF D3 0 1E 10 2 14C 5A 54
Octal 373 257 323 0 36 20 2 514 132 124
Binary 11111011 10101111 11010011 0 11110 10000 10 101001100 1011010 1010100

Color Harmonies of #FBAFD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBAFD3

Black with #FBAFD3

Text Example


Text Example

White with #FBAFD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBAFD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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