Html Css Color HEX #FBD2E9 Pig Pink

📋 copy color: '#FBD2E9'

red 251 ◦ green 210 ◦ blue 233

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

Shades of Pig Pink #FBD2E9

Tints of Pig Pink #FBD2E9

RGB

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

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

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

R = 36.17%
G = 30.26%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#FBD2E9 (or 0xFBD2E9) is known color: Pig Pink. HEX triplet: FB, D2 and E9. RGB value is (251,210,233). Sum of RGB (Red+Green+Blue) = 251+210+233=694 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.17% from 694); Green value is 210 (82.42% from 255 or 30.26% from 694); Blue value is 233 (91.41% from 255 or 33.57% from 694); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD2E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBD2E9 is #042D16. Grayscale: #E0E0E0. Windows color (decimal): -273687 or 15323899. OLE color: 15323899.

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

Color convert

RGB 251 210 233 -
CMYK 0 0.16 0.07 0.02
HSL 326.34º 0.84% 0.9% -
HSV(B) 326.34º 0.16% 0.98% -
XYZ 77.54 72.49 87 -
YUV 224.88 132.58 146.63 -
System Red Green Blue C M Y K H S L
Decimal 251 210 233 0 0.16 0.07 0.02 326.34 0.84 0.9
Hex FB D2 E9 0 10 7 2 146 54 5A
Octal 373 322 351 0 20 7 2 506 124 132
Binary 11111011 11010010 11101001 0 10000 111 10 101000110 1010100 1011010

Color Harmonies of #FBD2E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBD2E9

Black with #FBD2E9

Text Example


Text Example

White with #FBD2E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBD2E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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