Html Css Color HEX #F8CFC4 Coral Candy

📋 copy color: '#F8CFC4'

red 248 ◦ green 207 ◦ blue 196

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

Shades of Coral Candy #F8CFC4

Tints of Coral Candy #F8CFC4

RGB

 RED value IS 248 (97.27% from 255) = 38.1%

 GREEN value IS 207 (81.25% from 255) = 31.8%

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

R = 38.1%
G = 31.8%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.21

 K value IS 0.03

RGB Variations

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

Color information

#F8CFC4 (or 0xF8CFC4) is known color: Coral Candy. HEX triplet: F8, CF and C4. RGB value is (248,207,196). Sum of RGB (Red+Green+Blue) = 248+207+196=651 (86% of max value = 765). Red value is 248 (97.27% from 255 or 38.10% from 651); Green value is 207 (81.25% from 255 or 31.80% from 651); Blue value is 196 (76.95% from 255 or 30.11% from 651); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CFC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8CFC4 is #07303B. Grayscale: #DADADA. Windows color (decimal): -471100 or 12898296. OLE color: 12898296.

HSL color Cylindrical-coordinate representation of color #F8CFC4: hue angle of 12.69º degrees, saturation: 0.79, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F8CFC4 is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 207 196 -
CMYK 0 0.17 0.21 0.03
HSL 12.69º 0.79% 0.87% -
HSV(B) 12.69º 0.21% 0.97% -
XYZ 70.99 68.57 61.72 -
YUV 218.01 115.58 149.39 -
System Red Green Blue C M Y K H S L
Decimal 248 207 196 0 0.17 0.21 0.03 12.69 0.79 0.87
Hex F8 CF C4 0 11 15 3 D 4F 57
Octal 370 317 304 0 21 25 3 15 117 127
Binary 11111000 11001111 11000100 0 10001 10101 11 1101 1001111 1010111

Color Harmonies of #F8CFC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8CFC4

Black with #F8CFC4

Text Example


Text Example

White with #F8CFC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8CFC4; }

 p { color: rgb(248,207,196); }

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

background-color css

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

 a { background-color: rgb(248,207,196); }

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

border-color css

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

 span { border-color: rgb(248,207,196); }

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