Html Css Color HEX #FBD1E3 Pig Pink

📋 copy color: '#FBD1E3'

red 251 ◦ green 209 ◦ blue 227

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

Shades of Pig Pink #FBD1E3

Tints of Pig Pink #FBD1E3

RGB

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

 GREEN value IS 209 (82.03% from 255) = 30.42%

 BLUE value IS 227 (89.06% from 255) = 33.04%

R = 36.54%
G = 30.42%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FBD1E3 (or 0xFBD1E3) is known color: Pig Pink. HEX triplet: FB, D1 and E3. RGB value is (251,209,227). Sum of RGB (Red+Green+Blue) = 251+209+227=687 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.54% from 687); Green value is 209 (82.03% from 255 or 30.42% from 687); Blue value is 227 (89.06% from 255 or 33.04% from 687); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD1E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD1E3 is #042E1C. Grayscale: #DFDFDF. Windows color (decimal): -273949 or 14930427. OLE color: 14930427.

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

Color convert

RGB 251 209 227 -
CMYK 0 0.17 0.10 0.02
HSL 334.29º 0.84% 0.9% -
HSV(B) 334.29º 0.17% 0.98% -
XYZ 76.45 71.66 82.47 -
YUV 223.61 129.91 147.54 -
System Red Green Blue C M Y K H S L
Decimal 251 209 227 0 0.17 0.10 0.02 334.29 0.84 0.9
Hex FB D1 E3 0 11 A 2 14E 54 5A
Octal 373 321 343 0 21 12 2 516 124 132
Binary 11111011 11010001 11100011 0 10001 1010 10 101001110 1010100 1011010

Color Harmonies of #FBD1E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBD1E3

Black with #FBD1E3

Text Example


Text Example

White with #FBD1E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBD1E3; }

 p { color: rgb(251,209,227); }

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

background-color css

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

 a { background-color: rgb(251,209,227); }

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

border-color css

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

 span { border-color: rgb(251,209,227); }

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