Html Css Color HEX #FACBCA Coral Candy

📋 copy color: '#FACBCA'

red 250 ◦ green 203 ◦ blue 202

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

Shades of Coral Candy #FACBCA

Tints of Coral Candy #FACBCA

RGB

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

 GREEN value IS 203 (79.69% from 255) = 30.99%

 BLUE value IS 202 (79.3% from 255) = 30.84%

R = 38.17%
G = 30.99%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#FACBCA (or 0xFACBCA) is known color: Coral Candy. HEX triplet: FA, CB and CA. RGB value is (250,203,202). Sum of RGB (Red+Green+Blue) = 250+203+202=655 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.17% from 655); Green value is 203 (79.69% from 255 or 30.99% from 655); Blue value is 202 (79.30% from 255 or 30.84% from 655); Max value from RGB is 250 - color contains mainly: red. Hex color #FACBCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACBCA is #053435. Grayscale: #D8D8D8. Windows color (decimal): -341046 or 13290490. OLE color: 13290490.

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

Color convert

RGB 250 203 202 -
CMYK 0 0.19 0.19 0.02
HSL 1.25º 0.83% 0.89% -
HSV(B) 1.25º 0.19% 0.98% -
XYZ 71.44 67.3 65.1 -
YUV 216.94 119.57 151.58 -
System Red Green Blue C M Y K H S L
Decimal 250 203 202 0 0.19 0.19 0.02 1.25 0.83 0.89
Hex FA CB CA 0 13 13 2 1 53 59
Octal 372 313 312 0 23 23 2 1 123 131
Binary 11111010 11001011 11001010 0 10011 10011 10 1 1010011 1011001

Color Harmonies of #FACBCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACBCA

Black with #FACBCA

Text Example


Text Example

White with #FACBCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACBCA; }

 p { color: rgb(250,203,202); }

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

background-color css

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

 a { background-color: rgb(250,203,202); }

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

border-color css

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

 span { border-color: rgb(250,203,202); }

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