Html Css Color HEX #F5CBC4 Coral Candy

📋 copy color: '#F5CBC4'

red 245 ◦ green 203 ◦ blue 196

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

Shades of Coral Candy #F5CBC4

Tints of Coral Candy #F5CBC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 30.43%

R = 38.04%
G = 31.52%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.2

 K value IS 0.04

RGB Variations

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

Color information

#F5CBC4 (or 0xF5CBC4) is known color: Coral Candy. HEX triplet: F5, CB and C4. RGB value is (245,203,196). Sum of RGB (Red+Green+Blue) = 245+203+196=644 (85% of max value = 765). Red value is 245 (96.09% from 255 or 38.04% from 644); Green value is 203 (79.69% from 255 or 31.52% from 644); Blue value is 196 (76.95% from 255 or 30.43% from 644); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CBC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CBC4 is #0A343B. Grayscale: #D6D6D6. Windows color (decimal): -668732 or 12897269. OLE color: 12897269.

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

Color convert

RGB 245 203 196 -
CMYK 0 0.17 0.2 0.04
HSL 8.57º 0.71% 0.86% -
HSV(B) 8.57º 0.2% 0.96% -
XYZ 68.98 66.11 61.35 -
YUV 214.76 117.41 149.57 -
System Red Green Blue C M Y K H S L
Decimal 245 203 196 0 0.17 0.2 0.04 8.57 0.71 0.86
Hex F5 CB C4 0 11 14 4 9 47 56
Octal 365 313 304 0 21 24 4 11 107 126
Binary 11110101 11001011 11000100 0 10001 10100 100 1001 1000111 1010110

Color Harmonies of #F5CBC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CBC4

Black with #F5CBC4

Text Example


Text Example

White with #F5CBC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CBC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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