Html Css Color HEX #FBD2E6 Pig Pink

📋 copy color: '#FBD2E6'

red 251 ◦ green 210 ◦ blue 230

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

Shades of Pig Pink #FBD2E6

Tints of Pig Pink #FBD2E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 33.29%

R = 36.32%
G = 30.39%
B = 33.29%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#FBD2E6 (or 0xFBD2E6) is known color: Pig Pink. HEX triplet: FB, D2 and E6. RGB value is (251,210,230). Sum of RGB (Red+Green+Blue) = 251+210+230=691 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.32% from 691); Green value is 210 (82.42% from 255 or 30.39% from 691); Blue value is 230 (90.23% from 255 or 33.29% from 691); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD2E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBD2E6 is #042D19. Grayscale: #E0E0E0. Windows color (decimal): -273690 or 15127291. OLE color: 15127291.

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

Color convert

RGB 251 210 230 -
CMYK 0 0.16 0.08 0.02
HSL 330.73º 0.84% 0.9% -
HSV(B) 330.73º 0.16% 0.98% -
XYZ 77.11 72.32 84.76 -
YUV 224.54 131.08 146.87 -
System Red Green Blue C M Y K H S L
Decimal 251 210 230 0 0.16 0.08 0.02 330.73 0.84 0.9
Hex FB D2 E6 0 10 8 2 14B 54 5A
Octal 373 322 346 0 20 10 2 513 124 132
Binary 11111011 11010010 11100110 0 10000 1000 10 101001011 1010100 1011010

Color Harmonies of #FBD2E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBD2E6

Black with #FBD2E6

Text Example


Text Example

White with #FBD2E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBD2E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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