Html Css Color HEX #FDBDC6 Pink

📋 copy color: '#FDBDC6'

red 253 ◦ green 189 ◦ blue 198

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

Shades of Pink #FDBDC6

Tints of Pink #FDBDC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 30.94%

R = 39.53%
G = 29.53%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#FDBDC6 (or 0xFDBDC6) is known color: Pink. HEX triplet: FD, BD and C6. RGB value is (253,189,198). Sum of RGB (Red+Green+Blue) = 253+189+198=640 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.53% from 640); Green value is 189 (74.22% from 255 or 29.53% from 640); Blue value is 198 (77.73% from 255 or 30.94% from 640); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBDC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBDC6 is #024239. Grayscale: #D1D1D1. Windows color (decimal): -148026 or 13024765. OLE color: 13024765.

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

Color convert

RGB 253 189 198 -
CMYK 0 0.25 0.22 0.01
HSL 351.56º 0.94% 0.87% -
HSV(B) 351.56º 0.25% 0.99% -
XYZ 68.9 61.36 61.64 -
YUV 209.16 121.7 159.27 -
System Red Green Blue C M Y K H S L
Decimal 253 189 198 0 0.25 0.22 0.01 351.56 0.94 0.87
Hex FD BD C6 0 19 16 1 160 5E 57
Octal 375 275 306 0 31 26 1 540 136 127
Binary 11111101 10111101 11000110 0 11001 10110 1 101100000 1011110 1010111

Color Harmonies of #FDBDC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBDC6

Black with #FDBDC6

Text Example


Text Example

White with #FDBDC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBDC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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