#F4CDCB

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

Shades of Coral Candy #F4CDCB

Tints of Coral Candy #F4CDCB

Color information

#F4CDCB (or 0xF4CDCB) is unknown color: approx Coral Candy. HEX triplet: F4, CD and CB. RGB value is (244,205,203). Sum of RGB (Red+Green+Blue) = 244+205+203=652 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.42% from 652); Green value is 205 (80.47% from 255 or 31.44% from 652); Blue value is 203 (79.69% from 255 or 31.13% from 652); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CDCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4CDCB is #0B3234. Grayscale: #D8D8D8. Windows color (decimal): -733749 or 13356532. OLE color: 13356532.

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

Color convert

RGB244205203-
CMYK00.160.170.04
HSL2.93º65.08%87.65%-
HSV(B)2.93º16.8%95.69%-
XYZ69.9267.2165.79-
YUV216.43120.42147.66-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 37.42%
GREEN value IS 205 (80.47% from 255) = 31.44%
BLUE value IS 203 (79.69% from 255) = 31.13%
R=37.42%
G=31.44%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24420520300.160.170.042.9365.0887.65
HexF4CDCB01011434158
Octal3643153130202143101130
Binary111101001100110111001011010000100011001110000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4CDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4CDCB; }

 p { color: rgb(244,205,203); }

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

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

 a { background-color: rgb(244,205,203); }

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

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

 span { border-color: rgb(244,205,203); }

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