Html Css Color HEX #FBDDEA Pig Pink

📋 copy color: '#FBDDEA'

red 251 ◦ green 221 ◦ blue 234

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

Shades of Pig Pink #FBDDEA

Tints of Pig Pink #FBDDEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 33.14%

R = 35.55%
G = 31.3%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#FBDDEA (or 0xFBDDEA) is known color: Pig Pink. HEX triplet: FB, DD and EA. RGB value is (251,221,234). Sum of RGB (Red+Green+Blue) = 251+221+234=706 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.55% from 706); Green value is 221 (86.72% from 255 or 31.30% from 706); Blue value is 234 (91.80% from 255 or 33.14% from 706); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDDEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDDEA is #042215. Grayscale: #E7E7E7. Windows color (decimal): -270870 or 15392251. OLE color: 15392251.

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

Color convert

RGB 251 221 234 -
CMYK 0 0.12 0.07 0.02
HSL 334º 0.79% 0.93% -
HSV(B) 334º 0.12% 0.98% -
XYZ 80.49 78.16 88.69 -
YUV 231.45 129.44 141.94 -
System Red Green Blue C M Y K H S L
Decimal 251 221 234 0 0.12 0.07 0.02 334 0.79 0.93
Hex FB DD EA 0 C 7 2 14E 4F 5D
Octal 373 335 352 0 14 7 2 516 117 135
Binary 11111011 11011101 11101010 0 1100 111 10 101001110 1001111 1011101

Color Harmonies of #FBDDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDDEA

Black with #FBDDEA

Text Example


Text Example

White with #FBDDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDDEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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