#FBDFEA

Color #FBDFEA Pig Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pig Pink #FBDFEA

Tints of Pig Pink #FBDFEA

Color information

#FBDFEA (or 0xFBDFEA) is unknown color: approx Pig Pink. HEX triplet: FB, DF and EA. RGB value is (251,223,234). Sum of RGB (Red+Green+Blue) = 251+223+234=708 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.45% from 708); Green value is 223 (87.5% from 255 or 31.50% from 708); Blue value is 234 (91.80% from 255 or 33.05% from 708); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDFEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDFEA is #042015. Grayscale: #E8E8E8. Windows color (decimal): -270358 or 15392763. OLE color: 15392763.

HSL color Cylindrical-coordinate representation of color #FBDFEA: hue angle of 336.43º degrees, saturation: 0.78, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FBDFEA is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB251223234-
CMYK00.110.070.02
HSL336.43º77.78%92.94%-
HSV(B)336.43º11.16%98.43%-
XYZ81.0279.2388.86-
YUV232.63128.78141.11-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.45%
GREEN value IS 223 (87.5% from 255) = 31.50%
BLUE value IS 234 (91.80% from 255) = 33.05%
R=35.45%
G=31.50%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122323400.110.070.02336.4377.7892.94
HexFBDFEA0B721504e5d
Octal37333735201372520116135
Binary111110111101111111101010010111111010101000010011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDFEA; }

 p { color: rgb(251,223,234); }

 H1.HeaderClassName
 {
   color: #FBDFEA;
 }
 .AnyTagClassName
 {
   color: #FBDFEA;
 }
</style>
background-color css

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

 a { background-color: rgb(251,223,234); }

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

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

 span { border-color: rgb(251,223,234); }

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