Html Css Color HEX #F2C8BF Coral Candy

📋 copy color: '#F2C8BF'

red 242 ◦ green 200 ◦ blue 191

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

Shades of Coral Candy #F2C8BF

Tints of Coral Candy #F2C8BF

RGB

 RED value IS 242 (94.92% from 255) = 38.23%

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

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

R = 38.23%
G = 31.6%
B = 30.17%

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

#F2C8BF (or 0xF2C8BF) is known color: Coral Candy. HEX triplet: F2, C8 and BF. RGB value is (242,200,191). Sum of RGB (Red+Green+Blue) = 242+200+191=633 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.23% from 633); Green value is 200 (78.52% from 255 or 31.60% from 633); Blue value is 191 (75% from 255 or 30.17% from 633); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C8BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C8BF is #0D3740. Grayscale: #D3D3D3. Windows color (decimal): -866113 or 12568818. OLE color: 12568818.

HSL color Cylindrical-coordinate representation of color #F2C8BF: hue angle of 10.59º degrees, saturation: 0.66, 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 #F2C8BF is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 200 191 -
CMYK 0 0.17 0.21 0.05
HSL 10.59º 0.66% 0.85% -
HSV(B) 10.59º 0.21% 0.95% -
XYZ 66.68 63.95 58.12 -
YUV 211.53 116.41 149.73 -
System Red Green Blue C M Y K H S L
Decimal 242 200 191 0 0.17 0.21 0.05 10.59 0.66 0.85
Hex F2 C8 BF 0 11 15 5 B 42 55
Octal 362 310 277 0 21 25 5 13 102 125
Binary 11110010 11001000 10111111 0 10001 10101 101 1011 1000010 1010101

Color Harmonies of #F2C8BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C8BF

Black with #F2C8BF

Text Example


Text Example

White with #F2C8BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C8BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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