#FACFCA

Color #FACFCA Coral Candy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Coral Candy #FACFCA

Tints of Coral Candy #FACFCA

Color information

#FACFCA (or 0xFACFCA) is unknown color: approx Coral Candy. HEX triplet: FA, CF and CA. RGB value is (250,207,202). Sum of RGB (Red+Green+Blue) = 250+207+202=659 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.94% from 659); Green value is 207 (81.25% from 255 or 31.41% from 659); Blue value is 202 (79.30% from 255 or 30.65% from 659); Max value from RGB is 250 - color contains mainly: red. Hex color #FACFCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACFCA is #053035. Grayscale: #DBDBDB. Windows color (decimal): -340022 or 13291514. OLE color: 13291514.

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

Color convert

RGB250207202-
CMYK00.170.190.02
HSL6.25º82.76%88.63%-
HSV(B)6.25º19.2%98.04%-
XYZ72.469.2165.42-
YUV219.29118.25149.91-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.94%
GREEN value IS 207 (81.25% from 255) = 31.41%
BLUE value IS 202 (79.30% from 255) = 30.65%
R=37.94%
G=31.41%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020720200.170.190.026.2582.7688.63
HexFACFCA01113265359
Octal3723173120212326123131
Binary111110101100111111001010010001100111011010100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACFCA; }

 p { color: rgb(250,207,202); }

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

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

 a { background-color: rgb(250,207,202); }

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

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

 span { border-color: rgb(250,207,202); }

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