Html Css Color HEX #FBD2EC Pig Pink

📋 copy color: '#FBD2EC'

red 251 ◦ green 210 ◦ blue 236

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

Shades of Pig Pink #FBD2EC

Tints of Pig Pink #FBD2EC

RGB

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

 GREEN value IS 210 (82.42% from 255) = 30.13%

 BLUE value IS 236 (92.58% from 255) = 33.86%

R = 36.01%
G = 30.13%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#FBD2EC (or 0xFBD2EC) is known color: Pig Pink. HEX triplet: FB, D2 and EC. RGB value is (251,210,236). Sum of RGB (Red+Green+Blue) = 251+210+236=697 (92% of max value = 765). Red value is 251 (98.44% from 255 or 36.01% from 697); Green value is 210 (82.42% from 255 or 30.13% from 697); Blue value is 236 (92.58% from 255 or 33.86% from 697); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD2EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBD2EC is #042D13. Grayscale: #E1E1E1. Windows color (decimal): -273684 or 15520507. OLE color: 15520507.

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

Color convert

RGB 251 210 236 -
CMYK 0 0.16 0.06 0.02
HSL 321.95º 0.84% 0.9% -
HSV(B) 321.95º 0.16% 0.98% -
XYZ 77.97 72.66 89.27 -
YUV 225.22 134.08 146.39 -
System Red Green Blue C M Y K H S L
Decimal 251 210 236 0 0.16 0.06 0.02 321.95 0.84 0.9
Hex FB D2 EC 0 10 6 2 142 54 5A
Octal 373 322 354 0 20 6 2 502 124 132
Binary 11111011 11010010 11101100 0 10000 110 10 101000010 1010100 1011010

Color Harmonies of #FBD2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBD2EC

Black with #FBD2EC

Text Example


Text Example

White with #FBD2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBD2EC; }

 p { color: rgb(251,210,236); }

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

background-color css

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

 a { background-color: rgb(251,210,236); }

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

border-color css

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

 span { border-color: rgb(251,210,236); }

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