Html Css Color HEX #FDDBE7 Pig Pink

📋 copy color: '#FDDBE7'

red 253 ◦ green 219 ◦ blue 231

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

Shades of Pig Pink #FDDBE7

Tints of Pig Pink #FDDBE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 32.86%

R = 35.99%
G = 31.15%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#FDDBE7 (or 0xFDDBE7) is known color: Pig Pink. HEX triplet: FD, DB and E7. RGB value is (253,219,231). Sum of RGB (Red+Green+Blue) = 253+219+231=703 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.99% from 703); Green value is 219 (85.94% from 255 or 31.15% from 703); Blue value is 231 (90.62% from 255 or 32.86% from 703); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDBE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDBE7 is #022418. Grayscale: #E6E6E6. Windows color (decimal): -140313 or 15195133. OLE color: 15195133.

HSL color Cylindrical-coordinate representation of color #FDDBE7: hue angle of 338.82º 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 #FDDBE7 is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 219 231 -
CMYK 0 0.13 0.09 0.01
HSL 338.82º 0.89% 0.93% -
HSV(B) 338.82º 0.13% 0.99% -
XYZ 80.26 77.32 86.29 -
YUV 230.53 128.26 144.02 -
System Red Green Blue C M Y K H S L
Decimal 253 219 231 0 0.13 0.09 0.01 338.82 0.89 0.93
Hex FD DB E7 0 D 9 1 153 59 5D
Octal 375 333 347 0 15 11 1 523 131 135
Binary 11111101 11011011 11100111 0 1101 1001 1 101010011 1011001 1011101

Color Harmonies of #FDDBE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDBE7

Black with #FDDBE7

Text Example


Text Example

White with #FDDBE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDBE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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