Html Css Color HEX #FBD9E4 Pig Pink

📋 copy color: '#FBD9E4'

red 251 ◦ green 217 ◦ blue 228

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

Shades of Pig Pink #FBD9E4

Tints of Pig Pink #FBD9E4

RGB

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

 GREEN value IS 217 (85.16% from 255) = 31.18%

 BLUE value IS 228 (89.45% from 255) = 32.76%

R = 36.06%
G = 31.18%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#FBD9E4 (or 0xFBD9E4) is known color: Pig Pink. HEX triplet: FB, D9 and E4. RGB value is (251,217,228). Sum of RGB (Red+Green+Blue) = 251+217+228=696 (92% of max value = 765). Red value is 251 (98.44% from 255 or 36.06% from 696); Green value is 217 (85.16% from 255 or 31.18% from 696); Blue value is 228 (89.45% from 255 or 32.76% from 696); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD9E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD9E4 is #04261B. Grayscale: #E4E4E4. Windows color (decimal): -271900 or 14998011. OLE color: 14998011.

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

Color convert

RGB 251 217 228 -
CMYK 0 0.14 0.09 0.02
HSL 340.59º 0.81% 0.92% -
HSV(B) 340.59º 0.14% 0.98% -
XYZ 78.6 75.74 83.87 -
YUV 228.42 127.76 144.11 -
System Red Green Blue C M Y K H S L
Decimal 251 217 228 0 0.14 0.09 0.02 340.59 0.81 0.92
Hex FB D9 E4 0 E 9 2 155 51 5C
Octal 373 331 344 0 16 11 2 525 121 134
Binary 11111011 11011001 11100100 0 1110 1001 10 101010101 1010001 1011100

Color Harmonies of #FBD9E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBD9E4

Black with #FBD9E4

Text Example


Text Example

White with #FBD9E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBD9E4; }

 p { color: rgb(251,217,228); }

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

background-color css

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

 a { background-color: rgb(251,217,228); }

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

border-color css

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

 span { border-color: rgb(251,217,228); }

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