Html Css Color HEX #FBDBE6 Pig Pink

📋 copy color: '#FBDBE6'

red 251 ◦ green 219 ◦ blue 230

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

Shades of Pig Pink #FBDBE6

Tints of Pig Pink #FBDBE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 32.86%

R = 35.86%
G = 31.29%
B = 32.86%

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

#FBDBE6 (or 0xFBDBE6) is known color: Pig Pink. HEX triplet: FB, DB and E6. RGB value is (251,219,230). Sum of RGB (Red+Green+Blue) = 251+219+230=700 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.86% from 700); Green value is 219 (85.94% from 255 or 31.29% from 700); Blue value is 230 (90.23% from 255 or 32.86% from 700); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDBE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDBE6 is #042419. Grayscale: #E5E5E5. Windows color (decimal): -271386 or 15129595. OLE color: 15129595.

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

Color convert

RGB 251 219 230 -
CMYK 0 0.13 0.08 0.02
HSL 339.38º 0.8% 0.92% -
HSV(B) 339.38º 0.13% 0.98% -
XYZ 79.4 76.89 85.52 -
YUV 229.82 128.1 143.11 -
System Red Green Blue C M Y K H S L
Decimal 251 219 230 0 0.13 0.08 0.02 339.38 0.8 0.92
Hex FB DB E6 0 D 8 2 153 50 5C
Octal 373 333 346 0 15 10 2 523 120 134
Binary 11111011 11011011 11100110 0 1101 1000 10 101010011 1010000 1011100

Color Harmonies of #FBDBE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDBE6

Black with #FBDBE6

Text Example


Text Example

White with #FBDBE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDBE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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