Html Css Color HEX #FBD6E0 Pig Pink

📋 copy color: '#FBD6E0'

red 251 ◦ green 214 ◦ blue 224

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

Shades of Pig Pink #FBD6E0

Tints of Pig Pink #FBD6E0

RGB

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

 GREEN value IS 214 (83.98% from 255) = 31.06%

 BLUE value IS 224 (87.89% from 255) = 32.51%

R = 36.43%
G = 31.06%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#FBD6E0 (or 0xFBD6E0) is known color: Pig Pink. HEX triplet: FB, D6 and E0. RGB value is (251,214,224). Sum of RGB (Red+Green+Blue) = 251+214+224=689 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.43% from 689); Green value is 214 (83.98% from 255 or 31.06% from 689); Blue value is 224 (87.89% from 255 or 32.51% from 689); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD6E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD6E0 is #04291F. Grayscale: #E2E2E2. Windows color (decimal): -272672 or 14735099. OLE color: 14735099.

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

Color convert

RGB 251 214 224 -
CMYK 0 0.15 0.11 0.02
HSL 343.78º 0.82% 0.91% -
HSV(B) 343.78º 0.15% 0.98% -
XYZ 77.28 73.98 80.73 -
YUV 226.2 126.76 145.69 -
System Red Green Blue C M Y K H S L
Decimal 251 214 224 0 0.15 0.11 0.02 343.78 0.82 0.91
Hex FB D6 E0 0 F B 2 158 52 5B
Octal 373 326 340 0 17 13 2 530 122 133
Binary 11111011 11010110 11100000 0 1111 1011 10 101011000 1010010 1011011

Color Harmonies of #FBD6E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBD6E0

Black with #FBD6E0

Text Example


Text Example

White with #FBD6E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBD6E0; }

 p { color: rgb(251,214,224); }

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

background-color css

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

 a { background-color: rgb(251,214,224); }

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

border-color css

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

 span { border-color: rgb(251,214,224); }

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