Html Css Color HEX #FDDBE6 Pig Pink

📋 copy color: '#FDDBE6'

red 253 ◦ green 219 ◦ blue 230

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

Shades of Pig Pink #FDDBE6

Tints of Pig Pink #FDDBE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 32.76%

R = 36.04%
G = 31.2%
B = 32.76%

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

#FDDBE6 (or 0xFDDBE6) is known color: Pig Pink. HEX triplet: FD, DB and E6. RGB value is (253,219,230). Sum of RGB (Red+Green+Blue) = 253+219+230=702 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.04% from 702); Green value is 219 (85.94% from 255 or 31.20% from 702); Blue value is 230 (90.23% from 255 or 32.76% from 702); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDBE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDBE6 is #022419. Grayscale: #E6E6E6. Windows color (decimal): -140314 or 15129597. OLE color: 15129597.

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

Color convert

RGB 253 219 230 -
CMYK 0 0.13 0.09 0.01
HSL 340.59º 0.89% 0.93% -
HSV(B) 340.59º 0.13% 0.99% -
XYZ 80.12 77.26 85.55 -
YUV 230.42 127.76 144.11 -
System Red Green Blue C M Y K H S L
Decimal 253 219 230 0 0.13 0.09 0.01 340.59 0.89 0.93
Hex FD DB E6 0 D 9 1 155 59 5D
Octal 375 333 346 0 15 11 1 525 131 135
Binary 11111101 11011011 11100110 0 1101 1001 1 101010101 1011001 1011101

Color Harmonies of #FDDBE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDBE6

Black with #FDDBE6

Text Example


Text Example

White with #FDDBE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDBE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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