Html Css Color HEX #FDDBDD Pale Pink

📋 copy color: '#FDDBDD'

red 253 ◦ green 219 ◦ blue 221

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

Shades of Pale Pink #FDDBDD

Tints of Pale Pink #FDDBDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 31.89%

R = 36.51%
G = 31.6%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FDDBDD (or 0xFDDBDD) is known color: Pale Pink. HEX triplet: FD, DB and DD. RGB value is (253,219,221). Sum of RGB (Red+Green+Blue) = 253+219+221=693 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.51% from 693); Green value is 219 (85.94% from 255 or 31.60% from 693); Blue value is 221 (86.72% from 255 or 31.89% from 693); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDBDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDBDD is #022422. Grayscale: #E5E5E5. Windows color (decimal): -140323 or 14539773. OLE color: 14539773.

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

Color convert

RGB 253 219 221 -
CMYK 0 0.13 0.13 0.01
HSL 356.47º 0.89% 0.93% -
HSV(B) 356.47º 0.13% 0.99% -
XYZ 78.89 76.77 79.07 -
YUV 229.39 123.26 144.84 -
System Red Green Blue C M Y K H S L
Decimal 253 219 221 0 0.13 0.13 0.01 356.47 0.89 0.93
Hex FD DB DD 0 D D 1 164 59 5D
Octal 375 333 335 0 15 15 1 544 131 135
Binary 11111101 11011011 11011101 0 1101 1101 1 101100100 1011001 1011101

Color Harmonies of #FDDBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDBDD

Black with #FDDBDD

Text Example


Text Example

White with #FDDBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDBDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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