#F6CCCB

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

Shades of Coral Candy #F6CCCB

Tints of Coral Candy #F6CCCB

Color information

#F6CCCB (or 0xF6CCCB) is unknown color: approx Coral Candy. HEX triplet: F6, CC and CB. RGB value is (246,204,203). Sum of RGB (Red+Green+Blue) = 246+204+203=653 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.67% from 653); Green value is 204 (80.08% from 255 or 31.24% from 653); Blue value is 203 (79.69% from 255 or 31.09% from 653); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CCCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CCCB is #093334. Grayscale: #D8D8D8. Windows color (decimal): -602933 or 13356278. OLE color: 13356278.

HSL color Cylindrical-coordinate representation of color #F6CCCB: hue angle of 1.4º degrees, saturation: 0.7, 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 #F6CCCB is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB246204203-
CMYK00.170.170.04
HSL1.4º70.49%88.04%-
HSV(B)1.4º17.48%96.47%-
XYZ70.3867.0965.74-
YUV216.44120.41149.08-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 37.67%
GREEN value IS 204 (80.08% from 255) = 31.24%
BLUE value IS 203 (79.69% from 255) = 31.09%
R=37.67%
G=31.24%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24620420300.170.170.041.470.4988.04
HexF6CCCB01111414658
Octal3663143130212141106130
Binary11110110110011001100101101000110001100110001101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6CCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6CCCB; }

 p { color: rgb(246,204,203); }

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

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

 a { background-color: rgb(246,204,203); }

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

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

 span { border-color: rgb(246,204,203); }

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