Html Css Color HEX #F5CBC2 Coral Candy

📋 copy color: '#F5CBC2'

red 245 ◦ green 203 ◦ blue 194

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

Shades of Coral Candy #F5CBC2

Tints of Coral Candy #F5CBC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 30.22%

R = 38.16%
G = 31.62%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.21

 K value IS 0.04

RGB Variations

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

Color information

#F5CBC2 (or 0xF5CBC2) is known color: Coral Candy. HEX triplet: F5, CB and C2. RGB value is (245,203,194). Sum of RGB (Red+Green+Blue) = 245+203+194=642 (85% of max value = 765). Red value is 245 (96.09% from 255 or 38.16% from 642); Green value is 203 (79.69% from 255 or 31.62% from 642); Blue value is 194 (76.17% from 255 or 30.22% from 642); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CBC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CBC2 is #0A343D. Grayscale: #D6D6D6. Windows color (decimal): -668734 or 12766197. OLE color: 12766197.

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

Color convert

RGB 245 203 194 -
CMYK 0 0.17 0.21 0.04
HSL 10.59º 0.72% 0.86% -
HSV(B) 10.59º 0.21% 0.96% -
XYZ 68.75 66.02 60.16 -
YUV 214.53 116.41 149.73 -
System Red Green Blue C M Y K H S L
Decimal 245 203 194 0 0.17 0.21 0.04 10.59 0.72 0.86
Hex F5 CB C2 0 11 15 4 B 48 56
Octal 365 313 302 0 21 25 4 13 110 126
Binary 11110101 11001011 11000010 0 10001 10101 100 1011 1001000 1010110

Color Harmonies of #F5CBC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CBC2

Black with #F5CBC2

Text Example


Text Example

White with #F5CBC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CBC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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