Html Css Color HEX #FD9DCD Carnation Pink

📋 copy color: '#FD9DCD'

red 253 ◦ green 157 ◦ blue 205

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

Shades of Carnation Pink #FD9DCD

Tints of Carnation Pink #FD9DCD

RGB

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

 GREEN value IS 157 (61.72% from 255) = 25.53%

 BLUE value IS 205 (80.47% from 255) = 33.33%

R = 41.14%
G = 25.53%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FD9DCD (or 0xFD9DCD) is known color: Carnation Pink. HEX triplet: FD, 9D and CD. RGB value is (253,157,205). Sum of RGB (Red+Green+Blue) = 253+157+205=615 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.14% from 615); Green value is 157 (61.72% from 255 or 25.53% from 615); Blue value is 205 (80.47% from 255 or 33.33% from 615); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9DCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD9DCD is #026232. Grayscale: #BFBFBF. Windows color (decimal): -156211 or 13475325. OLE color: 13475325.

HSL color Cylindrical-coordinate representation of color #FD9DCD: hue angle of 330º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FD9DCD is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 157 205 -
CMYK 0 0.38 0.19 0.01
HSL 330º 0.96% 0.8% -
HSV(B) 330º 0.38% 0.99% -
XYZ 63.58 49.4 63.94 -
YUV 191.18 135.8 172.1 -
System Red Green Blue C M Y K H S L
Decimal 253 157 205 0 0.38 0.19 0.01 330 0.96 0.8
Hex FD 9D CD 0 26 13 1 14A 60 50
Octal 375 235 315 0 46 23 1 512 140 120
Binary 11111101 10011101 11001101 0 100110 10011 1 101001010 1100000 1010000

Color Harmonies of #FD9DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD9DCD

Black with #FD9DCD

Text Example


Text Example

White with #FD9DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD9DCD; }

 p { color: rgb(253,157,205); }

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

background-color css

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

 a { background-color: rgb(253,157,205); }

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

border-color css

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

 span { border-color: rgb(253,157,205); }

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