Html Css Color HEX #FDDBEE Pig Pink

📋 copy color: '#FDDBEE'

red 253 ◦ green 219 ◦ blue 238

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

Shades of Pig Pink #FDDBEE

Tints of Pig Pink #FDDBEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 33.52%

R = 35.63%
G = 30.85%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FDDBEE (or 0xFDDBEE) is known color: Pig Pink. HEX triplet: FD, DB and EE. RGB value is (253,219,238). Sum of RGB (Red+Green+Blue) = 253+219+238=710 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.63% from 710); Green value is 219 (85.94% from 255 or 30.85% from 710); Blue value is 238 (93.36% from 255 or 33.52% from 710); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDBEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDBEE is #022411. Grayscale: #E7E7E7. Windows color (decimal): -140306 or 15653885. OLE color: 15653885.

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

Color convert

RGB 253 219 238 -
CMYK 0 0.13 0.06 0.01
HSL 326.47º 0.89% 0.93% -
HSV(B) 326.47º 0.13% 0.99% -
XYZ 81.27 77.72 91.61 -
YUV 231.33 131.76 143.46 -
System Red Green Blue C M Y K H S L
Decimal 253 219 238 0 0.13 0.06 0.01 326.47 0.89 0.93
Hex FD DB EE 0 D 6 1 146 59 5D
Octal 375 333 356 0 15 6 1 506 131 135
Binary 11111101 11011011 11101110 0 1101 110 1 101000110 1011001 1011101

Color Harmonies of #FDDBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDBEE

Black with #FDDBEE

Text Example


Text Example

White with #FDDBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDBEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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