#F9CDC4

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

Shades of Coral Candy #F9CDC4

Tints of Coral Candy #F9CDC4

Color information

#F9CDC4 (or 0xF9CDC4) is unknown color: approx Coral Candy. HEX triplet: F9, CD and C4. RGB value is (249,205,196). Sum of RGB (Red+Green+Blue) = 249+205+196=650 (86% of max value = 765). Red value is 249 (97.66% from 255 or 38.31% from 650); Green value is 205 (80.47% from 255 or 31.54% from 650); Blue value is 196 (76.95% from 255 or 30.15% from 650); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CDC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9CDC4 is #06323B. Grayscale: #D9D9D9. Windows color (decimal): -406076 or 12897785. OLE color: 12897785.

HSL color Cylindrical-coordinate representation of color #F9CDC4: hue angle of 10.19º degrees, saturation: 0.82, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F9CDC4 is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB249205196-
CMYK00.180.210.02
HSL10.19º81.54%87.25%-
HSV(B)10.19º21.29%97.65%-
XYZ70.8667.7961.57-
YUV217.13116.08150.73-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 38.31%
GREEN value IS 205 (80.47% from 255) = 31.54%
BLUE value IS 196 (76.95% from 255) = 30.15%
R=38.31%
G=31.54%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24920519600.180.210.0210.1981.5487.25
HexF9CDC4012152a5257
Octal37131530402225212122127
Binary1111100111001101110001000100101010110101010100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9CDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9CDC4; }

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

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

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

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

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

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

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

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