Html Css Color HEX #FBDBE5 Pig Pink

📋 copy color: '#FBDBE5'

red 251 ◦ green 219 ◦ blue 229

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

Shades of Pig Pink #FBDBE5

Tints of Pig Pink #FBDBE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 32.76%

R = 35.91%
G = 31.33%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#FBDBE5 (or 0xFBDBE5) is known color: Pig Pink. HEX triplet: FB, DB and E5. RGB value is (251,219,229). Sum of RGB (Red+Green+Blue) = 251+219+229=699 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.91% from 699); Green value is 219 (85.94% from 255 or 31.33% from 699); Blue value is 229 (89.84% from 255 or 32.76% from 699); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDBE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDBE5 is #04241A. Grayscale: #E5E5E5. Windows color (decimal): -271387 or 15064059. OLE color: 15064059.

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

Color convert

RGB 251 219 229 -
CMYK 0 0.13 0.09 0.02
HSL 341.25º 0.8% 0.92% -
HSV(B) 341.25º 0.13% 0.98% -
XYZ 79.26 76.83 84.78 -
YUV 229.71 127.6 143.19 -
System Red Green Blue C M Y K H S L
Decimal 251 219 229 0 0.13 0.09 0.02 341.25 0.8 0.92
Hex FB DB E5 0 D 9 2 155 50 5C
Octal 373 333 345 0 15 11 2 525 120 134
Binary 11111011 11011011 11100101 0 1101 1001 10 101010101 1010000 1011100

Color Harmonies of #FBDBE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDBE5

Black with #FBDBE5

Text Example


Text Example

White with #FBDBE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDBE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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