Html Css Color HEX #FBD0E1 Pig Pink

📋 copy color: '#FBD0E1'

red 251 ◦ green 208 ◦ blue 225

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

Shades of Pig Pink #FBD0E1

Tints of Pig Pink #FBD0E1

RGB

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

 GREEN value IS 208 (81.64% from 255) = 30.41%

 BLUE value IS 225 (88.28% from 255) = 32.89%

R = 36.7%
G = 30.41%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FBD0E1 (or 0xFBD0E1) is known color: Pig Pink. HEX triplet: FB, D0 and E1. RGB value is (251,208,225). Sum of RGB (Red+Green+Blue) = 251+208+225=684 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.70% from 684); Green value is 208 (81.64% from 255 or 30.41% from 684); Blue value is 225 (88.28% from 255 or 32.89% from 684); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD0E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD0E1 is #042F1E. Grayscale: #DEDEDE. Windows color (decimal): -274207 or 14799099. OLE color: 14799099.

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

Color convert

RGB 251 208 225 -
CMYK 0 0.17 0.10 0.02
HSL 336.28º 0.84% 0.9% -
HSV(B) 336.28º 0.17% 0.98% -
XYZ 75.93 71.06 80.95 -
YUV 222.8 129.25 148.12 -
System Red Green Blue C M Y K H S L
Decimal 251 208 225 0 0.17 0.10 0.02 336.28 0.84 0.9
Hex FB D0 E1 0 11 A 2 150 54 5A
Octal 373 320 341 0 21 12 2 520 124 132
Binary 11111011 11010000 11100001 0 10001 1010 10 101010000 1010100 1011010

Color Harmonies of #FBD0E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBD0E1

Black with #FBD0E1

Text Example


Text Example

White with #FBD0E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBD0E1; }

 p { color: rgb(251,208,225); }

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

background-color css

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

 a { background-color: rgb(251,208,225); }

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

border-color css

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

 span { border-color: rgb(251,208,225); }

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