#F8CDC4

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

Shades of Coral Candy #F8CDC4

Tints of Coral Candy #F8CDC4

Color information

#F8CDC4 (or 0xF8CDC4) is unknown color: approx Coral Candy. HEX triplet: F8, CD and C4. RGB value is (248,205,196). Sum of RGB (Red+Green+Blue) = 248+205+196=649 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.21% from 649); Green value is 205 (80.47% from 255 or 31.59% from 649); Blue value is 196 (76.95% from 255 or 30.20% from 649); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CDC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8CDC4 is #07323B. Grayscale: #D8D8D8. Windows color (decimal): -471612 or 12897784. OLE color: 12897784.

HSL color Cylindrical-coordinate representation of color #F8CDC4: hue angle of 10.38º degrees, saturation: 0.79, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F8CDC4 is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.03.

Color convert

RGB248205196-
CMYK00.170.210.03
HSL10.38º78.79%87.06%-
HSV(B)10.38º20.97%97.25%-
XYZ70.5167.661.56-
YUV216.83116.25150.23-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.21%
GREEN value IS 205 (80.47% from 255) = 31.59%
BLUE value IS 196 (76.95% from 255) = 30.20%
R=38.21%
G=31.59%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.21
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24820519600.170.210.0310.3878.7987.06
HexF8CDC4011153a4f57
Octal37031530402125312117127
Binary1111100011001101110001000100011010111101010011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8CDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8CDC4; }

 p { color: rgb(248,205,196); }

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

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

 a { background-color: rgb(248,205,196); }

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

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

 span { border-color: rgb(248,205,196); }

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