Html Css Color HEX #FFCFC5 Coral Candy

📋 copy color: '#FFCFC5'

red 255 ◦ green 207 ◦ blue 197

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

Shades of Coral Candy #FFCFC5

Tints of Coral Candy #FFCFC5

RGB

 RED value IS 255 (100% from 255) = 38.69%

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

 BLUE value IS 197 (77.34% from 255) = 29.89%

R = 38.69%
G = 31.41%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.23

 K value IS 0

RGB Variations

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

Color information

#FFCFC5 (or 0xFFCFC5) is known color: Coral Candy. HEX triplet: FF, CF and C5. RGB value is (255,207,197). Sum of RGB (Red+Green+Blue) = 255+207+197=659 (87% of max value = 765). Red value is 255 (100% from 255 or 38.69% from 659); Green value is 207 (81.25% from 255 or 31.41% from 659); Blue value is 197 (77.34% from 255 or 29.89% from 659); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCFC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCFC5 is #00303A. Grayscale: #DCDCDC. Windows color (decimal): -12347 or 12963839. OLE color: 12963839.

HSL color Cylindrical-coordinate representation of color #FFCFC5: hue angle of 10.34º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FFCFC5 is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.

Color convert

RGB 255 207 197 -
CMYK 0 0.19 0.23 0
HSL 10.34º 1% 0.89% -
HSV(B) 10.34º 0.23% 1% -
XYZ 73.63 69.92 62.44 -
YUV 220.21 114.9 152.81 -
System Red Green Blue C M Y K H S L
Decimal 255 207 197 0 0.19 0.23 0 10.34 1 0.89
Hex FF CF C5 0 13 17 0 A 64 59
Octal 377 317 305 0 23 27 0 12 144 131
Binary 11111111 11001111 11000101 0 10011 10111 0 1010 1100100 1011001

Color Harmonies of #FFCFC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCFC5

Black with #FFCFC5

Text Example


Text Example

White with #FFCFC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCFC5; }

 p { color: rgb(255,207,197); }

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

background-color css

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

 a { background-color: rgb(255,207,197); }

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

border-color css

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

 span { border-color: rgb(255,207,197); }

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