Html Css Color HEX #FD9FCC Carnation Pink

📋 copy color: '#FD9FCC'

red 253 ◦ green 159 ◦ blue 204

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

Shades of Carnation Pink #FD9FCC

Tints of Carnation Pink #FD9FCC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 25.81%

 BLUE value IS 204 (80.08% from 255) = 33.12%

R = 41.07%
G = 25.81%
B = 33.12%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FD9FCC (or 0xFD9FCC) is known color: Carnation Pink. HEX triplet: FD, 9F and CC. RGB value is (253,159,204). Sum of RGB (Red+Green+Blue) = 253+159+204=616 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.07% from 616); Green value is 159 (62.5% from 255 or 25.81% from 616); Blue value is 204 (80.08% from 255 or 33.12% from 616); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9FCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD9FCC is #026033. Grayscale: #C0C0C0. Windows color (decimal): -155700 or 13410301. OLE color: 13410301.

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

Color convert

RGB 253 159 204 -
CMYK 0 0.37 0.19 0.01
HSL 331.28º 0.96% 0.81% -
HSV(B) 331.28º 0.37% 0.99% -
XYZ 63.81 50.04 63.42 -
YUV 192.24 134.64 171.34 -
System Red Green Blue C M Y K H S L
Decimal 253 159 204 0 0.37 0.19 0.01 331.28 0.96 0.81
Hex FD 9F CC 0 25 13 1 14B 60 51
Octal 375 237 314 0 45 23 1 513 140 121
Binary 11111101 10011111 11001100 0 100101 10011 1 101001011 1100000 1010001

Color Harmonies of #FD9FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD9FCC

Black with #FD9FCC

Text Example


Text Example

White with #FD9FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD9FCC; }

 p { color: rgb(253,159,204); }

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

background-color css

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

 a { background-color: rgb(253,159,204); }

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

border-color css

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

 span { border-color: rgb(253,159,204); }

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