Html Css Color HEX #FBDBED Pig Pink

📋 copy color: '#FBDBED'

red 251 ◦ green 219 ◦ blue 237

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

Shades of Pig Pink #FBDBED

Tints of Pig Pink #FBDBED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 33.52%

R = 35.5%
G = 30.98%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#FBDBED (or 0xFBDBED) is known color: Pig Pink. HEX triplet: FB, DB and ED. RGB value is (251,219,237). Sum of RGB (Red+Green+Blue) = 251+219+237=707 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.50% from 707); Green value is 219 (85.94% from 255 or 30.98% from 707); Blue value is 237 (92.97% from 255 or 33.52% from 707); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDBED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDBED is #042412. Grayscale: #E6E6E6. Windows color (decimal): -271379 or 15588347. OLE color: 15588347.

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

Color convert

RGB 251 219 237 -
CMYK 0 0.13 0.06 0.02
HSL 326.25º 0.8% 0.92% -
HSV(B) 326.25º 0.13% 0.98% -
XYZ 80.4 77.29 90.8 -
YUV 230.62 131.6 142.54 -
System Red Green Blue C M Y K H S L
Decimal 251 219 237 0 0.13 0.06 0.02 326.25 0.8 0.92
Hex FB DB ED 0 D 6 2 146 50 5C
Octal 373 333 355 0 15 6 2 506 120 134
Binary 11111011 11011011 11101101 0 1101 110 10 101000110 1010000 1011100

Color Harmonies of #FBDBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDBED

Black with #FBDBED

Text Example


Text Example

White with #FBDBED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDBED; }

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

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

background-color css

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

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

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

border-color css

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

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

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