Html Css Color HEX #F5CDC6 Coral Candy

📋 copy color: '#F5CDC6'

red 245 ◦ green 205 ◦ blue 198

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

Shades of Coral Candy #F5CDC6

Tints of Coral Candy #F5CDC6

RGB

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

 GREEN value IS 205 (80.47% from 255) = 31.64%

 BLUE value IS 198 (77.73% from 255) = 30.56%

R = 37.81%
G = 31.64%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.19

 K value IS 0.04

RGB Variations

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

Color information

#F5CDC6 (or 0xF5CDC6) is known color: Coral Candy. HEX triplet: F5, CD and C6. RGB value is (245,205,198). Sum of RGB (Red+Green+Blue) = 245+205+198=648 (85% of max value = 765). Red value is 245 (96.09% from 255 or 37.81% from 648); Green value is 205 (80.47% from 255 or 31.64% from 648); Blue value is 198 (77.73% from 255 or 30.56% from 648); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CDC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CDC6 is #0A3239. Grayscale: #D8D8D8. Windows color (decimal): -668218 or 13028853. OLE color: 13028853.

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

Color convert

RGB 245 205 198 -
CMYK 0 0.16 0.19 0.04
HSL 8.94º 0.7% 0.87% -
HSV(B) 8.94º 0.19% 0.96% -
XYZ 69.68 67.15 62.72 -
YUV 216.16 117.75 148.57 -
System Red Green Blue C M Y K H S L
Decimal 245 205 198 0 0.16 0.19 0.04 8.94 0.7 0.87
Hex F5 CD C6 0 10 13 4 9 46 57
Octal 365 315 306 0 20 23 4 11 106 127
Binary 11110101 11001101 11000110 0 10000 10011 100 1001 1000110 1010111

Color Harmonies of #F5CDC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CDC6

Black with #F5CDC6

Text Example


Text Example

White with #F5CDC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CDC6; }

 p { color: rgb(245,205,198); }

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

background-color css

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

 a { background-color: rgb(245,205,198); }

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

border-color css

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

 span { border-color: rgb(245,205,198); }

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