#FDA8CA

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

Shades of Carnation Pink #FDA8CA

Tints of Carnation Pink #FDA8CA

Color information

#FDA8CA (or 0xFDA8CA) is unknown color: approx Carnation Pink. HEX triplet: FD, A8 and CA. RGB value is (253,168,202). Sum of RGB (Red+Green+Blue) = 253+168+202=623 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.61% from 623); Green value is 168 (66.02% from 255 or 26.97% from 623); Blue value is 202 (79.30% from 255 or 32.42% from 623); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA8CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA8CA is #025735. Grayscale: #C5C5C5. Windows color (decimal): -153398 or 13281533. OLE color: 13281533.

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

Color convert

RGB253168202-
CMYK00.340.200.01
HSL336º95.51%82.55%-
HSV(B)336º33.6%99.22%-
XYZ65.1753.1562.7-
YUV197.29130.66167.74-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.61%
GREEN value IS 168 (66.02% from 255) = 26.97%
BLUE value IS 202 (79.30% from 255) = 32.42%
R=40.61%
G=26.97%
B=32.42%

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
Decimal25316820200.340.200.0133695.5182.55
HexFDA8CA0221411506053
Octal375250312042241520140123
Binary111111011010100011001010010001010100110101000011000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA8CA; }

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

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

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

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

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

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

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

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