Html Css Color HEX #F5CECC Coral Candy

📋 copy color: '#F5CECC'

red 245 ◦ green 206 ◦ blue 204

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

Shades of Coral Candy #F5CECC

Tints of Coral Candy #F5CECC

RGB

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

 GREEN value IS 206 (80.86% from 255) = 31.45%

 BLUE value IS 204 (80.08% from 255) = 31.15%

R = 37.4%
G = 31.45%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F5CECC (or 0xF5CECC) is known color: Coral Candy. HEX triplet: F5, CE and CC. RGB value is (245,206,204). Sum of RGB (Red+Green+Blue) = 245+206+204=655 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.40% from 655); Green value is 206 (80.86% from 255 or 31.45% from 655); Blue value is 204 (80.08% from 255 or 31.15% from 655); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CECC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CECC is #0A3133. Grayscale: #D9D9D9. Windows color (decimal): -667956 or 13422325. OLE color: 13422325.

HSL color Cylindrical-coordinate representation of color #F5CECC: hue angle of 2.93º degrees, saturation: 0.67, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F5CECC is Cyan = 0, Magento = 0.16, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 206 204 -
CMYK 0 0.16 0.17 0.04
HSL 2.93º 0.67% 0.88% -
HSV(B) 2.93º 0.17% 0.96% -
XYZ 70.63 67.91 66.51 -
YUV 217.43 120.42 147.66 -
System Red Green Blue C M Y K H S L
Decimal 245 206 204 0 0.16 0.17 0.04 2.93 0.67 0.88
Hex F5 CE CC 0 10 11 4 3 43 58
Octal 365 316 314 0 20 21 4 3 103 130
Binary 11110101 11001110 11001100 0 10000 10001 100 11 1000011 1011000

Color Harmonies of #F5CECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CECC

Black with #F5CECC

Text Example


Text Example

White with #F5CECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CECC; }

 p { color: rgb(245,206,204); }

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

background-color css

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

 a { background-color: rgb(245,206,204); }

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

border-color css

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

 span { border-color: rgb(245,206,204); }

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