#FCAFCA

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

Shades of Carnation Pink #FCAFCA

Tints of Carnation Pink #FCAFCA

Color information

#FCAFCA (or 0xFCAFCA) is unknown color: approx Carnation Pink. HEX triplet: FC, AF and CA. RGB value is (252,175,202). Sum of RGB (Red+Green+Blue) = 252+175+202=629 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.06% from 629); Green value is 175 (68.75% from 255 or 27.82% from 629); Blue value is 202 (79.30% from 255 or 32.11% from 629); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAFCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCAFCA is #035035. Grayscale: #C9C9C9. Windows color (decimal): -217142 or 13283324. OLE color: 13283324.

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

Color convert

RGB252175202-
CMYK00.310.200.01
HSL338.96º92.77%83.73%-
HSV(B)338.96º30.56%98.82%-
XYZ66.1455.6263.13-
YUV201.1128.51164.3-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.06%
GREEN value IS 175 (68.75% from 255) = 27.82%
BLUE value IS 202 (79.30% from 255) = 32.11%
R=40.06%
G=27.82%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217520200.310.200.01338.9692.7783.73
HexFCAFCA01F1411535d54
Octal374257312037241523135124
Binary11111100101011111100101001111110100110101001110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCAFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCAFCA; }

 p { color: rgb(252,175,202); }

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

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

 a { background-color: rgb(252,175,202); }

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

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

 span { border-color: rgb(252,175,202); }

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