Html Css Color HEX #F5CAC0 Coral Candy

📋 copy color: '#F5CAC0'

red 245 ◦ green 202 ◦ blue 192

#F5CAC0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Coral Candy #F5CAC0

Tints of Coral Candy #F5CAC0

RGB

 RED value IS 245 (96.09% from 255) = 38.34%

 GREEN value IS 202 (79.3% from 255) = 31.61%

 BLUE value IS 192 (75.39% from 255) = 30.05%

R = 38.34%
G = 31.61%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#F5CAC0 (or 0xF5CAC0) is known color: Coral Candy. HEX triplet: F5, CA and C0. RGB value is (245,202,192). Sum of RGB (Red+Green+Blue) = 245+202+192=639 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.34% from 639); Green value is 202 (79.30% from 255 or 31.61% from 639); Blue value is 192 (75.39% from 255 or 30.05% from 639); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CAC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CAC0 is #0A353F. Grayscale: #D5D5D5. Windows color (decimal): -668992 or 12634869. OLE color: 12634869.

HSL color Cylindrical-coordinate representation of color #F5CAC0: hue angle of 11.32º degrees, saturation: 0.73, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F5CAC0 is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 202 192 -
CMYK 0 0.18 0.22 0.04
HSL 11.32º 0.73% 0.86% -
HSV(B) 11.32º 0.22% 0.96% -
XYZ 68.29 65.46 58.9 -
YUV 213.72 115.75 150.31 -
System Red Green Blue C M Y K H S L
Decimal 245 202 192 0 0.18 0.22 0.04 11.32 0.73 0.86
Hex F5 CA C0 0 12 16 4 B 49 56
Octal 365 312 300 0 22 26 4 13 111 126
Binary 11110101 11001010 11000000 0 10010 10110 100 1011 1001001 1010110

Color Harmonies of #F5CAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CAC0

Black with #F5CAC0

Text Example


Text Example

White with #F5CAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CAC0; }

 p { color: rgb(245,202,192); }

 H1.HeaderClassName
 {
   color: #F5CAC0;
 }
 .AnyTagClassName
 {
   color: #F5CAC0;
 }
</style>

background-color css

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

 a { background-color: rgb(245,202,192); }

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

border-color css

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

 span { border-color: rgb(245,202,192); }

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