Html Css Color HEX #FDBDD0 Pink

📋 copy color: '#FDBDD0'

red 253 ◦ green 189 ◦ blue 208

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

Shades of Pink #FDBDD0

Tints of Pink #FDBDD0

RGB

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

 GREEN value IS 189 (74.22% from 255) = 29.08%

 BLUE value IS 208 (81.64% from 255) = 32%

R = 38.92%
G = 29.08%
B = 32%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FDBDD0 (or 0xFDBDD0) is known color: Pink. HEX triplet: FD, BD and D0. RGB value is (253,189,208). Sum of RGB (Red+Green+Blue) = 253+189+208=650 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.92% from 650); Green value is 189 (74.22% from 255 or 29.08% from 650); Blue value is 208 (81.64% from 255 or 32% from 650); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBDD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBDD0 is #02422F. Grayscale: #D2D2D2. Windows color (decimal): -148016 or 13680125. OLE color: 13680125.

HSL color Cylindrical-coordinate representation of color #FDBDD0: hue angle of 342.19º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FDBDD0 is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 189 208 -
CMYK 0 0.25 0.18 0.01
HSL 342.19º 0.94% 0.87% -
HSV(B) 342.19º 0.25% 0.99% -
XYZ 70.09 61.83 67.92 -
YUV 210.3 126.7 158.46 -
System Red Green Blue C M Y K H S L
Decimal 253 189 208 0 0.25 0.18 0.01 342.19 0.94 0.87
Hex FD BD D0 0 19 12 1 156 5E 57
Octal 375 275 320 0 31 22 1 526 136 127
Binary 11111101 10111101 11010000 0 11001 10010 1 101010110 1011110 1010111

Color Harmonies of #FDBDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBDD0

Black with #FDBDD0

Text Example


Text Example

White with #FDBDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBDD0; }

 p { color: rgb(253,189,208); }

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

background-color css

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

 a { background-color: rgb(253,189,208); }

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

border-color css

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

 span { border-color: rgb(253,189,208); }

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