Html Css Color HEX #FFCFC2 Coral Candy

📋 copy color: '#FFCFC2'

red 255 ◦ green 207 ◦ blue 194

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

Shades of Coral Candy #FFCFC2

Tints of Coral Candy #FFCFC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 29.57%

R = 38.87%
G = 31.55%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.24

 K value IS 0

RGB Variations

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

Color information

#FFCFC2 (or 0xFFCFC2) is known color: Coral Candy. HEX triplet: FF, CF and C2. RGB value is (255,207,194). Sum of RGB (Red+Green+Blue) = 255+207+194=656 (86% of max value = 765). Red value is 255 (100% from 255 or 38.87% from 656); Green value is 207 (81.25% from 255 or 31.55% from 656); Blue value is 194 (76.17% from 255 or 29.57% from 656); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCFC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCFC2 is #00303D. Grayscale: #DBDBDB. Windows color (decimal): -12350 or 12767231. OLE color: 12767231.

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

Color convert

RGB 255 207 194 -
CMYK 0 0.19 0.24 0
HSL 12.79º 1% 0.88% -
HSV(B) 12.79º 0.24% 1% -
XYZ 73.29 69.78 60.65 -
YUV 219.87 113.4 153.06 -
System Red Green Blue C M Y K H S L
Decimal 255 207 194 0 0.19 0.24 0 12.79 1 0.88
Hex FF CF C2 0 13 18 0 D 64 58
Octal 377 317 302 0 23 30 0 15 144 130
Binary 11111111 11001111 11000010 0 10011 11000 0 1101 1100100 1011000

Color Harmonies of #FFCFC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCFC2

Black with #FFCFC2

Text Example


Text Example

White with #FFCFC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCFC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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