Html Css Color HEX #FBAFDD Lavender Pink

📋 copy color: '#FBAFDD'

red 251 ◦ green 175 ◦ blue 221

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

Shades of Lavender Pink #FBAFDD

Tints of Lavender Pink #FBAFDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 34.16%

R = 38.79%
G = 27.05%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FBAFDD (or 0xFBAFDD) is known color: Lavender Pink. HEX triplet: FB, AF and DD. RGB value is (251,175,221). Sum of RGB (Red+Green+Blue) = 251+175+221=647 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.79% from 647); Green value is 175 (68.75% from 255 or 27.05% from 647); Blue value is 221 (86.72% from 255 or 34.16% from 647); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAFDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAFDD is #045022. Grayscale: #CACACA. Windows color (decimal): -282659 or 14528507. OLE color: 14528507.

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

Color convert

RGB 251 175 221 -
CMYK 0 0.30 0.12 0.02
HSL 323.68º 0.9% 0.84% -
HSV(B) 323.68º 0.3% 0.98% -
XYZ 68.16 56.39 75.7 -
YUV 202.97 138.18 162.26 -
System Red Green Blue C M Y K H S L
Decimal 251 175 221 0 0.30 0.12 0.02 323.68 0.9 0.84
Hex FB AF DD 0 1E C 2 144 5A 54
Octal 373 257 335 0 36 14 2 504 132 124
Binary 11111011 10101111 11011101 0 11110 1100 10 101000100 1011010 1010100

Color Harmonies of #FBAFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBAFDD

Black with #FBAFDD

Text Example


Text Example

White with #FBAFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBAFDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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