Html Css Color HEX #F6CBC1 Coral Candy

📋 copy color: '#F6CBC1'

red 246 ◦ green 203 ◦ blue 193

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

Shades of Coral Candy #F6CBC1

Tints of Coral Candy #F6CBC1

RGB

 RED value IS 246 (96.48% from 255) = 38.32%

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

 BLUE value IS 193 (75.78% from 255) = 30.06%

R = 38.32%
G = 31.62%
B = 30.06%

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

#F6CBC1 (or 0xF6CBC1) is known color: Coral Candy. HEX triplet: F6, CB and C1. RGB value is (246,203,193). Sum of RGB (Red+Green+Blue) = 246+203+193=642 (85% of max value = 765). Red value is 246 (96.48% from 255 or 38.32% from 642); Green value is 203 (79.69% from 255 or 31.62% from 642); Blue value is 193 (75.78% from 255 or 30.06% from 642); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CBC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CBC1 is #09343E. Grayscale: #D6D6D6. Windows color (decimal): -603199 or 12700662. OLE color: 12700662.

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

Color convert

RGB 246 203 193 -
CMYK 0 0.17 0.22 0.04
HSL 11.32º 0.75% 0.86% -
HSV(B) 11.32º 0.22% 0.96% -
XYZ 68.99 66.15 59.59 -
YUV 214.72 115.75 150.31 -
System Red Green Blue C M Y K H S L
Decimal 246 203 193 0 0.17 0.22 0.04 11.32 0.75 0.86
Hex F6 CB C1 0 11 16 4 B 4B 56
Octal 366 313 301 0 21 26 4 13 113 126
Binary 11110110 11001011 11000001 0 10001 10110 100 1011 1001011 1010110

Color Harmonies of #F6CBC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6CBC1

Black with #F6CBC1

Text Example


Text Example

White with #F6CBC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6CBC1; }

 p { color: rgb(246,203,193); }

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

background-color css

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

 a { background-color: rgb(246,203,193); }

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

border-color css

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

 span { border-color: rgb(246,203,193); }

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