Html Css Color HEX #FDDBE8 Pig Pink

📋 copy color: '#FDDBE8'

red 253 ◦ green 219 ◦ blue 232

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

Shades of Pig Pink #FDDBE8

Tints of Pig Pink #FDDBE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 32.95%

R = 35.94%
G = 31.11%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FDDBE8 (or 0xFDDBE8) is known color: Pig Pink. HEX triplet: FD, DB and E8. RGB value is (253,219,232). Sum of RGB (Red+Green+Blue) = 253+219+232=704 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.94% from 704); Green value is 219 (85.94% from 255 or 31.11% from 704); Blue value is 232 (91.02% from 255 or 32.95% from 704); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDBE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDBE8 is #022417. Grayscale: #E6E6E6. Windows color (decimal): -140312 or 15260669. OLE color: 15260669.

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

Color convert

RGB 253 219 232 -
CMYK 0 0.13 0.08 0.01
HSL 337.06º 0.89% 0.93% -
HSV(B) 337.06º 0.13% 0.99% -
XYZ 80.41 77.37 87.04 -
YUV 230.65 128.76 143.94 -
System Red Green Blue C M Y K H S L
Decimal 253 219 232 0 0.13 0.08 0.01 337.06 0.89 0.93
Hex FD DB E8 0 D 8 1 151 59 5D
Octal 375 333 350 0 15 10 1 521 131 135
Binary 11111101 11011011 11101000 0 1101 1000 1 101010001 1011001 1011101

Color Harmonies of #FDDBE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDBE8

Black with #FDDBE8

Text Example


Text Example

White with #FDDBE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDBE8; }

 p { color: rgb(253,219,232); }

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

background-color css

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

 a { background-color: rgb(253,219,232); }

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

border-color css

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

 span { border-color: rgb(253,219,232); }

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