Html Css Color HEX #F1C8BF Coral Candy

📋 copy color: '#F1C8BF'

red 241 ◦ green 200 ◦ blue 191

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

Shades of Coral Candy #F1C8BF

Tints of Coral Candy #F1C8BF

RGB

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

 GREEN value IS 200 (78.52% from 255) = 31.65%

 BLUE value IS 191 (75% from 255) = 30.22%

R = 38.13%
G = 31.65%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F1C8BF (or 0xF1C8BF) is known color: Coral Candy. HEX triplet: F1, C8 and BF. RGB value is (241,200,191). Sum of RGB (Red+Green+Blue) = 241+200+191=632 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.13% from 632); Green value is 200 (78.52% from 255 or 31.65% from 632); Blue value is 191 (75% from 255 or 30.22% from 632); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C8BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C8BF is #0E3740. Grayscale: #D3D3D3. Windows color (decimal): -931649 or 12568817. OLE color: 12568817.

HSL color Cylindrical-coordinate representation of color #F1C8BF: hue angle of 10.8º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F1C8BF is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 200 191 -
CMYK 0 0.17 0.21 0.05
HSL 10.8º 0.64% 0.85% -
HSV(B) 10.8º 0.21% 0.95% -
XYZ 66.33 63.77 58.1 -
YUV 211.23 116.58 149.23 -
System Red Green Blue C M Y K H S L
Decimal 241 200 191 0 0.17 0.21 0.05 10.8 0.64 0.85
Hex F1 C8 BF 0 11 15 5 B 40 55
Octal 361 310 277 0 21 25 5 13 100 125
Binary 11110001 11001000 10111111 0 10001 10101 101 1011 1000000 1010101

Color Harmonies of #F1C8BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C8BF

Black with #F1C8BF

Text Example


Text Example

White with #F1C8BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C8BF; }

 p { color: rgb(241,200,191); }

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

background-color css

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

 a { background-color: rgb(241,200,191); }

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

border-color css

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

 span { border-color: rgb(241,200,191); }

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