Html Css Color HEX #F5CBC0 Coral Candy

📋 copy color: '#F5CBC0'

red 245 ◦ green 203 ◦ blue 192

#F5CBC0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Coral Candy #F5CBC0

Tints of Coral Candy #F5CBC0

RGB

 RED value IS 245 (96.09% from 255) = 38.28%

 GREEN value IS 203 (79.69% from 255) = 31.72%

 BLUE value IS 192 (75.39% from 255) = 30%

R = 38.28%
G = 31.72%
B = 30%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#F5CBC0 (or 0xF5CBC0) is known color: Coral Candy. HEX triplet: F5, CB and C0. RGB value is (245,203,192). Sum of RGB (Red+Green+Blue) = 245+203+192=640 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.28% from 640); Green value is 203 (79.69% from 255 or 31.72% from 640); Blue value is 192 (75.39% from 255 or 30% from 640); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CBC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CBC0 is #0A343F. Grayscale: #D6D6D6. Windows color (decimal): -668736 or 12635125. OLE color: 12635125.

HSL color Cylindrical-coordinate representation of color #F5CBC0: hue angle of 12.45º degrees, saturation: 0.73, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F5CBC0 is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 203 192 -
CMYK 0 0.17 0.22 0.04
HSL 12.45º 0.73% 0.86% -
HSV(B) 12.45º 0.22% 0.96% -
XYZ 68.53 65.93 58.98 -
YUV 214.3 115.41 149.89 -
System Red Green Blue C M Y K H S L
Decimal 245 203 192 0 0.17 0.22 0.04 12.45 0.73 0.86
Hex F5 CB C0 0 11 16 4 C 49 56
Octal 365 313 300 0 21 26 4 14 111 126
Binary 11110101 11001011 11000000 0 10001 10110 100 1100 1001001 1010110

Color Harmonies of #F5CBC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CBC0

Black with #F5CBC0

Text Example


Text Example

White with #F5CBC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CBC0; }

 p { color: rgb(245,203,192); }

 H1.HeaderClassName
 {
   color: #F5CBC0;
 }
 .AnyTagClassName
 {
   color: #F5CBC0;
 }
</style>

background-color css

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

 a { background-color: rgb(245,203,192); }

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

border-color css

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

 span { border-color: rgb(245,203,192); }

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