Html Css Color HEX #FBDCE9 Pig Pink

📋 copy color: '#FBDCE9'

red 251 ◦ green 220 ◦ blue 233

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

Shades of Pig Pink #FBDCE9

Tints of Pig Pink #FBDCE9

RGB

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

 GREEN value IS 220 (86.33% from 255) = 31.25%

 BLUE value IS 233 (91.41% from 255) = 33.1%

R = 35.65%
G = 31.25%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#FBDCE9 (or 0xFBDCE9) is known color: Pig Pink. HEX triplet: FB, DC and E9. RGB value is (251,220,233). Sum of RGB (Red+Green+Blue) = 251+220+233=704 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.65% from 704); Green value is 220 (86.33% from 255 or 31.25% from 704); Blue value is 233 (91.41% from 255 or 33.10% from 704); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDCE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDCE9 is #042316. Grayscale: #E6E6E6. Windows color (decimal): -271127 or 15326459. OLE color: 15326459.

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

Color convert

RGB 251 220 233 -
CMYK 0 0.12 0.07 0.02
HSL 334.84º 0.79% 0.92% -
HSV(B) 334.84º 0.12% 0.98% -
XYZ 80.08 77.58 87.84 -
YUV 230.75 129.27 142.44 -
System Red Green Blue C M Y K H S L
Decimal 251 220 233 0 0.12 0.07 0.02 334.84 0.79 0.92
Hex FB DC E9 0 C 7 2 14F 4F 5C
Octal 373 334 351 0 14 7 2 517 117 134
Binary 11111011 11011100 11101001 0 1100 111 10 101001111 1001111 1011100

Color Harmonies of #FBDCE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDCE9

Black with #FBDCE9

Text Example


Text Example

White with #FBDCE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDCE9; }

 p { color: rgb(251,220,233); }

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

background-color css

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

 a { background-color: rgb(251,220,233); }

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

border-color css

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

 span { border-color: rgb(251,220,233); }

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