Html Css Color HEX #F8D3CA Coral Candy

📋 copy color: '#F8D3CA'

red 248 ◦ green 211 ◦ blue 202

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

Shades of Coral Candy #F8D3CA

Tints of Coral Candy #F8D3CA

RGB

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

 GREEN value IS 211 (82.81% from 255) = 31.92%

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

R = 37.52%
G = 31.92%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.19

 K value IS 0.03

RGB Variations

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

Color information

#F8D3CA (or 0xF8D3CA) is known color: Coral Candy. HEX triplet: F8, D3 and CA. RGB value is (248,211,202). Sum of RGB (Red+Green+Blue) = 248+211+202=661 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.52% from 661); Green value is 211 (82.81% from 255 or 31.92% from 661); Blue value is 202 (79.30% from 255 or 30.56% from 661); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D3CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8D3CA is #072C35. Grayscale: #DDDDDD. Windows color (decimal): -470070 or 13292536. OLE color: 13292536.

HSL color Cylindrical-coordinate representation of color #F8D3CA: hue angle of 11.74º degrees, saturation: 0.77, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F8D3CA is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 211 202 -
CMYK 0 0.15 0.19 0.03
HSL 11.74º 0.77% 0.88% -
HSV(B) 11.74º 0.19% 0.97% -
XYZ 72.67 70.81 65.71 -
YUV 221.04 117.26 147.23 -
System Red Green Blue C M Y K H S L
Decimal 248 211 202 0 0.15 0.19 0.03 11.74 0.77 0.88
Hex F8 D3 CA 0 F 13 3 C 4D 58
Octal 370 323 312 0 17 23 3 14 115 130
Binary 11111000 11010011 11001010 0 1111 10011 11 1100 1001101 1011000

Color Harmonies of #F8D3CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8D3CA

Black with #F8D3CA

Text Example


Text Example

White with #F8D3CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8D3CA; }

 p { color: rgb(248,211,202); }

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

background-color css

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

 a { background-color: rgb(248,211,202); }

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

border-color css

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

 span { border-color: rgb(248,211,202); }

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