#F2D3CF

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

Shades of Coral Candy #F2D3CF

Tints of Coral Candy #F2D3CF

Color information

#F2D3CF (or 0xF2D3CF) is unknown color: approx Coral Candy. HEX triplet: F2, D3 and CF. RGB value is (242,211,207). Sum of RGB (Red+Green+Blue) = 242+211+207=660 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.67% from 660); Green value is 211 (82.81% from 255 or 31.97% from 660); Blue value is 207 (81.25% from 255 or 31.36% from 660); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D3CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D3CF is #0D2C30. Grayscale: #DBDBDB. Windows color (decimal): -863281 or 13620210. OLE color: 13620210.

HSL color Cylindrical-coordinate representation of color #F2D3CF: hue angle of 6.86º degrees, saturation: 0.57, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F2D3CF is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB242211207-
CMYK00.130.140.05
HSL6.86º57.38%88.04%-
HSV(B)6.86º14.46%94.9%-
XYZ71.1769.9768.79-
YUV219.81120.77143.83-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.67%
GREEN value IS 211 (82.81% from 255) = 31.97%
BLUE value IS 207 (81.25% from 255) = 31.36%
R=36.67%
G=31.97%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24221120700.130.140.056.8657.3888.04
HexF2D3CF0DE573958
Octal362323317015165771130
Binary1111001011010011110011110110111101011111110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2D3CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2D3CF; }

 p { color: rgb(242,211,207); }

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

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

 a { background-color: rgb(242,211,207); }

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

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

 span { border-color: rgb(242,211,207); }

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