#FDA7CA

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

Shades of Carnation Pink #FDA7CA

Tints of Carnation Pink #FDA7CA

Color information

#FDA7CA (or 0xFDA7CA) is unknown color: approx Carnation Pink. HEX triplet: FD, A7 and CA. RGB value is (253,167,202). Sum of RGB (Red+Green+Blue) = 253+167+202=622 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.68% from 622); Green value is 167 (65.62% from 255 or 26.85% from 622); Blue value is 202 (79.30% from 255 or 32.48% from 622); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA7CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA7CA is #025835. Grayscale: #C4C4C4. Windows color (decimal): -153654 or 13281277. OLE color: 13281277.

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

Color convert

RGB253167202-
CMYK00.340.200.01
HSL335.58º95.56%82.35%-
HSV(B)335.58º33.99%99.22%-
XYZ64.9952.7862.64-
YUV196.7130.99168.15-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.68%
GREEN value IS 167 (65.62% from 255) = 26.85%
BLUE value IS 202 (79.30% from 255) = 32.48%
R=40.68%
G=26.85%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316720200.340.200.01335.5895.5682.35
HexFDA7CA0221411506052
Octal375247312042241520140122
Binary111111011010011111001010010001010100110101000011000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA7CA; }

 p { color: rgb(253,167,202); }

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

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

 a { background-color: rgb(253,167,202); }

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

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

 span { border-color: rgb(253,167,202); }

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