#FD97CA

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

Shades of Carnation Pink #FD97CA

Tints of Carnation Pink #FD97CA

Color information

#FD97CA (or 0xFD97CA) is unknown color: approx Carnation Pink. HEX triplet: FD, 97 and CA. RGB value is (253,151,202). Sum of RGB (Red+Green+Blue) = 253+151+202=606 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.75% from 606); Green value is 151 (59.38% from 255 or 24.92% from 606); Blue value is 202 (79.30% from 255 or 33.33% from 606); Max value from RGB is 253 - color contains mainly: red. Hex color #FD97CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD97CA is #026835. Grayscale: #BBBBBB. Windows color (decimal): -157750 or 13277181. OLE color: 13277181.

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

Color convert

RGB253151202-
CMYK00.400.200.01
HSL330º96.23%79.22%-
HSV(B)330º40.32%99.22%-
XYZ62.2447.2861.72-
YUV187.31136.29174.85-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.75%
GREEN value IS 151 (59.38% from 255) = 24.92%
BLUE value IS 202 (79.30% from 255) = 33.33%
R=41.75%
G=24.92%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25315120200.400.200.0133096.2379.22
HexFD97CA02814114a604f
Octal375227312050241512140117
Binary111111011001011111001010010100010100110100101011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD97CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD97CA; }

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

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

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

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

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

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

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

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