Html Css Color HEX #FBDBE8 Pig Pink

📋 copy color: '#FBDBE8'

red 251 ◦ green 219 ◦ blue 232

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

Shades of Pig Pink #FBDBE8

Tints of Pig Pink #FBDBE8

RGB

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

 GREEN value IS 219 (85.94% from 255) = 31.2%

 BLUE value IS 232 (91.02% from 255) = 33.05%

R = 35.75%
G = 31.2%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#FBDBE8 (or 0xFBDBE8) is known color: Pig Pink. HEX triplet: FB, DB and E8. RGB value is (251,219,232). Sum of RGB (Red+Green+Blue) = 251+219+232=702 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.75% from 702); Green value is 219 (85.94% from 255 or 31.20% from 702); Blue value is 232 (91.02% from 255 or 33.05% from 702); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDBE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDBE8 is #042417. Grayscale: #E6E6E6. Windows color (decimal): -271384 or 15260667. OLE color: 15260667.

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

Color convert

RGB 251 219 232 -
CMYK 0 0.13 0.08 0.02
HSL 335.63º 0.8% 0.92% -
HSV(B) 335.63º 0.13% 0.98% -
XYZ 79.68 77 87.01 -
YUV 230.05 129.1 142.94 -
System Red Green Blue C M Y K H S L
Decimal 251 219 232 0 0.13 0.08 0.02 335.63 0.8 0.92
Hex FB DB E8 0 D 8 2 150 50 5C
Octal 373 333 350 0 15 10 2 520 120 134
Binary 11111011 11011011 11101000 0 1101 1000 10 101010000 1010000 1011100

Color Harmonies of #FBDBE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDBE8

Black with #FBDBE8

Text Example


Text Example

White with #FBDBE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDBE8; }

 p { color: rgb(251,219,232); }

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

background-color css

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

 a { background-color: rgb(251,219,232); }

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

border-color css

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

 span { border-color: rgb(251,219,232); }

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