Html Css Color HEX #FDBDCF Pink

📋 copy color: '#FDBDCF'

red 253 ◦ green 189 ◦ blue 207

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

Shades of Pink #FDBDCF

Tints of Pink #FDBDCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 31.9%

R = 38.98%
G = 29.12%
B = 31.9%

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

#FDBDCF (or 0xFDBDCF) is known color: Pink. HEX triplet: FD, BD and CF. RGB value is (253,189,207). Sum of RGB (Red+Green+Blue) = 253+189+207=649 (85% of max value = 765). Red value is 253 (99.22% from 255 or 38.98% from 649); Green value is 189 (74.22% from 255 or 29.12% from 649); Blue value is 207 (81.25% from 255 or 31.90% from 649); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBDCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBDCF is #024230. Grayscale: #D2D2D2. Windows color (decimal): -148017 or 13614589. OLE color: 13614589.

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

Color convert

RGB 253 189 207 -
CMYK 0 0.25 0.18 0.01
HSL 343.13º 0.94% 0.87% -
HSV(B) 343.13º 0.25% 0.99% -
XYZ 69.97 61.78 67.27 -
YUV 210.19 126.2 158.54 -
System Red Green Blue C M Y K H S L
Decimal 253 189 207 0 0.25 0.18 0.01 343.13 0.94 0.87
Hex FD BD CF 0 19 12 1 157 5E 57
Octal 375 275 317 0 31 22 1 527 136 127
Binary 11111101 10111101 11001111 0 11001 10010 1 101010111 1011110 1010111

Color Harmonies of #FDBDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBDCF

Black with #FDBDCF

Text Example


Text Example

White with #FDBDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBDCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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