#F9ACCA

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

Shades of Carnation Pink #F9ACCA

Tints of Carnation Pink #F9ACCA

Color information

#F9ACCA (or 0xF9ACCA) is unknown color: approx Carnation Pink. HEX triplet: F9, AC and CA. RGB value is (249,172,202). Sum of RGB (Red+Green+Blue) = 249+172+202=623 (82% of max value = 765). Red value is 249 (97.66% from 255 or 39.97% from 623); Green value is 172 (67.58% from 255 or 27.61% from 623); Blue value is 202 (79.30% from 255 or 32.42% from 623); Max value from RGB is 249 - color contains mainly: red. Hex color #F9ACCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9ACCA is #065335. Grayscale: #C6C6C6. Windows color (decimal): -414518 or 13282553. OLE color: 13282553.

HSL color Cylindrical-coordinate representation of color #F9ACCA: hue angle of 336.62º degrees, saturation: 0.87, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F9ACCA is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB249172202-
CMYK00.310.190.02
HSL336.62º86.52%82.55%-
HSV(B)336.62º30.92%97.65%-
XYZ64.4853.9162.88-
YUV198.44130.01164.06-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 39.97%
GREEN value IS 172 (67.58% from 255) = 27.61%
BLUE value IS 202 (79.30% from 255) = 32.42%
R=39.97%
G=27.61%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24917220200.310.190.02336.6286.5282.55
HexF9ACCA01F1321515753
Octal371254312037232521127123
Binary111110011010110011001010011111100111010101000110101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9ACCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9ACCA; }

 p { color: rgb(249,172,202); }

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

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

 a { background-color: rgb(249,172,202); }

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

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

 span { border-color: rgb(249,172,202); }

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