Html Css Color HEX #F8CDCC Coral Candy

📋 copy color: '#F8CDCC'

red 248 ◦ green 205 ◦ blue 204

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

Shades of Coral Candy #F8CDCC

Tints of Coral Candy #F8CDCC

RGB

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

 GREEN value IS 205 (80.47% from 255) = 31.2%

 BLUE value IS 204 (80.08% from 255) = 31.05%

R = 37.75%
G = 31.2%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F8CDCC (or 0xF8CDCC) is known color: Coral Candy. HEX triplet: F8, CD and CC. RGB value is (248,205,204). Sum of RGB (Red+Green+Blue) = 248+205+204=657 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.75% from 657); Green value is 205 (80.47% from 255 or 31.20% from 657); Blue value is 204 (80.08% from 255 or 31.05% from 657); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CDCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8CDCC is #073233. Grayscale: #D9D9D9. Windows color (decimal): -471604 or 13422072. OLE color: 13422072.

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

Color convert

RGB 248 205 204 -
CMYK 0 0.17 0.18 0.03
HSL 1.36º 0.76% 0.89% -
HSV(B) 1.36º 0.18% 0.97% -
XYZ 71.44 67.98 66.48 -
YUV 217.74 120.25 149.58 -
System Red Green Blue C M Y K H S L
Decimal 248 205 204 0 0.17 0.18 0.03 1.36 0.76 0.89
Hex F8 CD CC 0 11 12 3 1 4C 59
Octal 370 315 314 0 21 22 3 1 114 131
Binary 11111000 11001101 11001100 0 10001 10010 11 1 1001100 1011001

Color Harmonies of #F8CDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8CDCC

Black with #F8CDCC

Text Example


Text Example

White with #F8CDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8CDCC; }

 p { color: rgb(248,205,204); }

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

background-color css

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

 a { background-color: rgb(248,205,204); }

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

border-color css

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

 span { border-color: rgb(248,205,204); }

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