#FD9CCF

Color #FD9CCF Carnation Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carnation Pink #FD9CCF

Tints of Carnation Pink #FD9CCF

Color information

#FD9CCF (or 0xFD9CCF) is unknown color: approx Carnation Pink. HEX triplet: FD, 9C and CF. RGB value is (253,156,207). Sum of RGB (Red+Green+Blue) = 253+156+207=616 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.07% from 616); Green value is 156 (61.33% from 255 or 25.32% from 616); Blue value is 207 (81.25% from 255 or 33.60% from 616); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9CCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD9CCF is #026330. Grayscale: #BEBEBE. Windows color (decimal): -156465 or 13606141. OLE color: 13606141.

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

Color convert

RGB253156207-
CMYK00.380.180.01
HSL328.45º96.04%80.2%-
HSV(B)328.45º38.34%99.22%-
XYZ63.6649.1665.17-
YUV190.82137.14172.35-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.07%
GREEN value IS 156 (61.33% from 255) = 25.32%
BLUE value IS 207 (81.25% from 255) = 33.60%
R=41.07%
G=25.32%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25315620700.380.180.01328.4596.0480.2
HexFD9CCF0261211486050
Octal375234317046221510140120
Binary111111011001110011001111010011010010110100100011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD9CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD9CCF; }

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

 H1.HeaderClassName
 {
   color: #FD9CCF;
 }
 .AnyTagClassName
 {
   color: #FD9CCF;
 }
</style>
background-color css

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

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

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

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

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

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