Html Css Color HEX #F5CFCD Coral Candy

📋 copy color: '#F5CFCD'

red 245 ◦ green 207 ◦ blue 205

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

Shades of Coral Candy #F5CFCD

Tints of Coral Candy #F5CFCD

RGB

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

 GREEN value IS 207 (81.25% from 255) = 31.51%

 BLUE value IS 205 (80.47% from 255) = 31.2%

R = 37.29%
G = 31.51%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F5CFCD (or 0xF5CFCD) is known color: Coral Candy. HEX triplet: F5, CF and CD. RGB value is (245,207,205). Sum of RGB (Red+Green+Blue) = 245+207+205=657 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.29% from 657); Green value is 207 (81.25% from 255 or 31.51% from 657); Blue value is 205 (80.47% from 255 or 31.20% from 657); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CFCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CFCD is #0A3032. Grayscale: #DADADA. Windows color (decimal): -667699 or 13488117. OLE color: 13488117.

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

Color convert

RGB 245 207 205 -
CMYK 0 0.16 0.16 0.04
HSL 0.67% 0.88% -
HSV(B) 0.16% 0.96% -
XYZ 70.99 68.45 67.23 -
YUV 218.13 120.59 147.16 -
System Red Green Blue C M Y K H S L
Decimal 245 207 205 0 0.16 0.16 0.04 3 0.67 0.88
Hex F5 CF CD 0 10 10 4 3 43 58
Octal 365 317 315 0 20 20 4 3 103 130
Binary 11110101 11001111 11001101 0 10000 10000 100 11 1000011 1011000

Color Harmonies of #F5CFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CFCD

Black with #F5CFCD

Text Example


Text Example

White with #F5CFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CFCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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