Html Css Color HEX #FACFC3 Coral Candy

📋 copy color: '#FACFC3'

red 250 ◦ green 207 ◦ blue 195

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

Shades of Coral Candy #FACFC3

Tints of Coral Candy #FACFC3

RGB

 RED value IS 250 (98.05% from 255) = 38.34%

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

 BLUE value IS 195 (76.56% from 255) = 29.91%

R = 38.34%
G = 31.75%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#FACFC3 (or 0xFACFC3) is known color: Coral Candy. HEX triplet: FA, CF and C3. RGB value is (250,207,195). Sum of RGB (Red+Green+Blue) = 250+207+195=652 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.34% from 652); Green value is 207 (81.25% from 255 or 31.75% from 652); Blue value is 195 (76.56% from 255 or 29.91% from 652); Max value from RGB is 250 - color contains mainly: red. Hex color #FACFC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACFC3 is #05303C. Grayscale: #DADADA. Windows color (decimal): -340029 or 12832762. OLE color: 12832762.

HSL color Cylindrical-coordinate representation of color #FACFC3: hue angle of 13.09º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FACFC3 is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 207 195 -
CMYK 0 0.17 0.22 0.02
HSL 13.09º 0.85% 0.87% -
HSV(B) 13.09º 0.22% 0.98% -
XYZ 71.59 68.89 61.15 -
YUV 218.49 114.75 150.48 -
System Red Green Blue C M Y K H S L
Decimal 250 207 195 0 0.17 0.22 0.02 13.09 0.85 0.87
Hex FA CF C3 0 11 16 2 D 55 57
Octal 372 317 303 0 21 26 2 15 125 127
Binary 11111010 11001111 11000011 0 10001 10110 10 1101 1010101 1010111

Color Harmonies of #FACFC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACFC3

Black with #FACFC3

Text Example


Text Example

White with #FACFC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACFC3; }

 p { color: rgb(250,207,195); }

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

background-color css

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

 a { background-color: rgb(250,207,195); }

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

border-color css

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

 span { border-color: rgb(250,207,195); }

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