Html Css Color HEX #FDDEEB Pig Pink

📋 copy color: '#FDDEEB'

red 253 ◦ green 222 ◦ blue 235

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

Shades of Pig Pink #FDDEEB

Tints of Pig Pink #FDDEEB

RGB

 RED value IS 253 (99.22% from 255) = 35.63%

 GREEN value IS 222 (87.11% from 255) = 31.27%

 BLUE value IS 235 (92.19% from 255) = 33.1%

R = 35.63%
G = 31.27%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#FDDEEB (or 0xFDDEEB) is known color: Pig Pink. HEX triplet: FD, DE and EB. RGB value is (253,222,235). Sum of RGB (Red+Green+Blue) = 253+222+235=710 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.63% from 710); Green value is 222 (87.11% from 255 or 31.27% from 710); Blue value is 235 (92.19% from 255 or 33.10% from 710); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDEEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDEEB is #022114. Grayscale: #E8E8E8. Windows color (decimal): -139541 or 15458045. OLE color: 15458045.

HSL color Cylindrical-coordinate representation of color #FDDEEB: hue angle of 334.84º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FDDEEB is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 222 235 -
CMYK 0 0.12 0.07 0.01
HSL 334.84º 0.89% 0.93% -
HSV(B) 334.84º 0.12% 0.99% -
XYZ 81.62 79.12 89.57 -
YUV 232.75 129.27 142.44 -
System Red Green Blue C M Y K H S L
Decimal 253 222 235 0 0.12 0.07 0.01 334.84 0.89 0.93
Hex FD DE EB 0 C 7 1 14F 59 5D
Octal 375 336 353 0 14 7 1 517 131 135
Binary 11111101 11011110 11101011 0 1100 111 1 101001111 1011001 1011101

Color Harmonies of #FDDEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDEEB

Black with #FDDEEB

Text Example


Text Example

White with #FDDEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDEEB; }

 p { color: rgb(253,222,235); }

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

background-color css

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

 a { background-color: rgb(253,222,235); }

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

border-color css

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

 span { border-color: rgb(253,222,235); }

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