Html Css Color HEX #FBD1E0 Pig Pink

📋 copy color: '#FBD1E0'

red 251 ◦ green 209 ◦ blue 224

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

Shades of Pig Pink #FBD1E0

Tints of Pig Pink #FBD1E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 32.75%

R = 36.7%
G = 30.56%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#FBD1E0 (or 0xFBD1E0) is known color: Pig Pink. HEX triplet: FB, D1 and E0. RGB value is (251,209,224). Sum of RGB (Red+Green+Blue) = 251+209+224=684 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.70% from 684); Green value is 209 (82.03% from 255 or 30.56% from 684); Blue value is 224 (87.89% from 255 or 32.75% from 684); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD1E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD1E0 is #042E1F. Grayscale: #DFDFDF. Windows color (decimal): -273952 or 14733819. OLE color: 14733819.

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

Color convert

RGB 251 209 224 -
CMYK 0 0.17 0.11 0.02
HSL 338.57º 0.84% 0.9% -
HSV(B) 338.57º 0.17% 0.98% -
XYZ 76.04 71.49 80.31 -
YUV 223.27 128.41 147.78 -
System Red Green Blue C M Y K H S L
Decimal 251 209 224 0 0.17 0.11 0.02 338.57 0.84 0.9
Hex FB D1 E0 0 11 B 2 153 54 5A
Octal 373 321 340 0 21 13 2 523 124 132
Binary 11111011 11010001 11100000 0 10001 1011 10 101010011 1010100 1011010

Color Harmonies of #FBD1E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBD1E0

Black with #FBD1E0

Text Example


Text Example

White with #FBD1E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBD1E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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