Html Css Color HEX #F1CECA Coral Candy

📋 copy color: '#F1CECA'

red 241 ◦ green 206 ◦ blue 202

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

Shades of Coral Candy #F1CECA

Tints of Coral Candy #F1CECA

RGB

 RED value IS 241 (94.53% from 255) = 37.13%

 GREEN value IS 206 (80.86% from 255) = 31.74%

 BLUE value IS 202 (79.3% from 255) = 31.12%

R = 37.13%
G = 31.74%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F1CECA (or 0xF1CECA) is known color: Coral Candy. HEX triplet: F1, CE and CA. RGB value is (241,206,202). Sum of RGB (Red+Green+Blue) = 241+206+202=649 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.13% from 649); Green value is 206 (80.86% from 255 or 31.74% from 649); Blue value is 202 (79.30% from 255 or 31.12% from 649); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CECA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CECA is #0E3135. Grayscale: #D8D8D8. Windows color (decimal): -930102 or 13291249. OLE color: 13291249.

HSL color Cylindrical-coordinate representation of color #F1CECA: hue angle of 6.15º degrees, saturation: 0.58, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F1CECA is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 206 202 -
CMYK 0 0.15 0.16 0.05
HSL 6.15º 0.58% 0.87% -
HSV(B) 6.15º 0.16% 0.95% -
XYZ 69.01 67.11 65.19 -
YUV 216.01 120.1 145.83 -
System Red Green Blue C M Y K H S L
Decimal 241 206 202 0 0.15 0.16 0.05 6.15 0.58 0.87
Hex F1 CE CA 0 F 10 5 6 3A 57
Octal 361 316 312 0 17 20 5 6 72 127
Binary 11110001 11001110 11001010 0 1111 10000 101 110 111010 1010111

Color Harmonies of #F1CECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1CECA

Black with #F1CECA

Text Example


Text Example

White with #F1CECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1CECA; }

 p { color: rgb(241,206,202); }

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

background-color css

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

 a { background-color: rgb(241,206,202); }

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

border-color css

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

 span { border-color: rgb(241,206,202); }

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