Html Css Color HEX #FBAFD4 Lavender Pink

📋 copy color: '#FBAFD4'

red 251 ◦ green 175 ◦ blue 212

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

Shades of Lavender Pink #FBAFD4

Tints of Lavender Pink #FBAFD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 33.23%

R = 39.34%
G = 27.43%
B = 33.23%

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

#FBAFD4 (or 0xFBAFD4) is known color: Lavender Pink. HEX triplet: FB, AF and D4. RGB value is (251,175,212). Sum of RGB (Red+Green+Blue) = 251+175+212=638 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.34% from 638); Green value is 175 (68.75% from 255 or 27.43% from 638); Blue value is 212 (83.20% from 255 or 33.23% from 638); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAFD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAFD4 is #04502B. Grayscale: #C9C9C9. Windows color (decimal): -282668 or 13938683. OLE color: 13938683.

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

Color convert

RGB 251 175 212 -
CMYK 0 0.30 0.16 0.02
HSL 330.79º 0.9% 0.84% -
HSV(B) 330.79º 0.3% 0.98% -
XYZ 67 55.92 69.55 -
YUV 201.94 133.68 162.99 -
System Red Green Blue C M Y K H S L
Decimal 251 175 212 0 0.30 0.16 0.02 330.79 0.9 0.84
Hex FB AF D4 0 1E 10 2 14B 5A 54
Octal 373 257 324 0 36 20 2 513 132 124
Binary 11111011 10101111 11010100 0 11110 10000 10 101001011 1011010 1010100

Color Harmonies of #FBAFD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBAFD4

Black with #FBAFD4

Text Example


Text Example

White with #FBAFD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBAFD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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