Html Css Color HEX #FBAFCD Lavender Pink

📋 copy color: '#FBAFCD'

red 251 ◦ green 175 ◦ blue 205

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

Shades of Lavender Pink #FBAFCD

Tints of Lavender Pink #FBAFCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 32.49%

R = 39.78%
G = 27.73%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FBAFCD (or 0xFBAFCD) is known color: Lavender Pink. HEX triplet: FB, AF and CD. RGB value is (251,175,205). Sum of RGB (Red+Green+Blue) = 251+175+205=631 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.78% from 631); Green value is 175 (68.75% from 255 or 27.73% from 631); Blue value is 205 (80.47% from 255 or 32.49% from 631); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAFCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAFCD is #045032. Grayscale: #C9C9C9. Windows color (decimal): -282675 or 13479931. OLE color: 13479931.

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

Color convert

RGB 251 175 205 -
CMYK 0 0.30 0.18 0.02
HSL 336.32º 0.9% 0.84% -
HSV(B) 336.32º 0.3% 0.98% -
XYZ 66.13 55.58 65 -
YUV 201.14 130.18 163.56 -
System Red Green Blue C M Y K H S L
Decimal 251 175 205 0 0.30 0.18 0.02 336.32 0.9 0.84
Hex FB AF CD 0 1E 12 2 150 5A 54
Octal 373 257 315 0 36 22 2 520 132 124
Binary 11111011 10101111 11001101 0 11110 10010 10 101010000 1011010 1010100

Color Harmonies of #FBAFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBAFCD

Black with #FBAFCD

Text Example


Text Example

White with #FBAFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBAFCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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