Html Css Color HEX #F5CCCB Coral Candy

📋 copy color: '#F5CCCB'

red 245 ◦ green 204 ◦ blue 203

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

Shades of Coral Candy #F5CCCB

Tints of Coral Candy #F5CCCB

RGB

 RED value IS 245 (96.09% from 255) = 37.58%

 GREEN value IS 204 (80.08% from 255) = 31.29%

 BLUE value IS 203 (79.69% from 255) = 31.13%

R = 37.58%
G = 31.29%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F5CCCB (or 0xF5CCCB) is known color: Coral Candy. HEX triplet: F5, CC and CB. RGB value is (245,204,203). Sum of RGB (Red+Green+Blue) = 245+204+203=652 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.58% from 652); Green value is 204 (80.08% from 255 or 31.29% from 652); Blue value is 203 (79.69% from 255 or 31.13% from 652); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CCCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CCCB is #0A3334. Grayscale: #D8D8D8. Windows color (decimal): -668469 or 13356277. OLE color: 13356277.

HSL color Cylindrical-coordinate representation of color #F5CCCB: hue angle of 1.43º degrees, saturation: 0.68, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F5CCCB is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 204 203 -
CMYK 0 0.17 0.17 0.04
HSL 1.43º 0.68% 0.88% -
HSV(B) 1.43º 0.17% 0.96% -
XYZ 70.03 66.91 65.72 -
YUV 216.15 120.58 148.58 -
System Red Green Blue C M Y K H S L
Decimal 245 204 203 0 0.17 0.17 0.04 1.43 0.68 0.88
Hex F5 CC CB 0 11 11 4 1 44 58
Octal 365 314 313 0 21 21 4 1 104 130
Binary 11110101 11001100 11001011 0 10001 10001 100 1 1000100 1011000

Color Harmonies of #F5CCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CCCB

Black with #F5CCCB

Text Example


Text Example

White with #F5CCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CCCB; }

 p { color: rgb(245,204,203); }

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

background-color css

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

 a { background-color: rgb(245,204,203); }

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

border-color css

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

 span { border-color: rgb(245,204,203); }

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