Html Css Color HEX #FBDDED Pig Pink

📋 copy color: '#FBDDED'

red 251 ◦ green 221 ◦ blue 237

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

Shades of Pig Pink #FBDDED

Tints of Pig Pink #FBDDED

RGB

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

 GREEN value IS 221 (86.72% from 255) = 31.17%

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

R = 35.4%
G = 31.17%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#FBDDED (or 0xFBDDED) is known color: Pig Pink. HEX triplet: FB, DD and ED. RGB value is (251,221,237). Sum of RGB (Red+Green+Blue) = 251+221+237=709 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.40% from 709); Green value is 221 (86.72% from 255 or 31.17% from 709); Blue value is 237 (92.97% from 255 or 33.43% from 709); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDDED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDDED is #042212. Grayscale: #E7E7E7. Windows color (decimal): -270867 or 15588859. OLE color: 15588859.

HSL color Cylindrical-coordinate representation of color #FBDDED: hue angle of 328º degrees, saturation: 0.79, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FBDDED is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 221 237 -
CMYK 0 0.12 0.06 0.02
HSL 328º 0.79% 0.93% -
HSV(B) 328º 0.12% 0.98% -
XYZ 80.93 78.34 90.98 -
YUV 231.79 130.94 141.7 -
System Red Green Blue C M Y K H S L
Decimal 251 221 237 0 0.12 0.06 0.02 328 0.79 0.93
Hex FB DD ED 0 C 6 2 148 4F 5D
Octal 373 335 355 0 14 6 2 510 117 135
Binary 11111011 11011101 11101101 0 1100 110 10 101001000 1001111 1011101

Color Harmonies of #FBDDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDDED

Black with #FBDDED

Text Example


Text Example

White with #FBDDED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDDED; }

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

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

background-color css

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

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

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

border-color css

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

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

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