Html Css Color HEX #FCADC2 Cupid

📋 copy color: '#FCADC2'

red 252 ◦ green 173 ◦ blue 194

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

Shades of Cupid #FCADC2

Tints of Cupid #FCADC2

RGB

 RED value IS 252 (98.83% from 255) = 40.71%

 GREEN value IS 173 (67.97% from 255) = 27.95%

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

R = 40.71%
G = 27.95%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#FCADC2 (or 0xFCADC2) is known color: Cupid. HEX triplet: FC, AD and C2. RGB value is (252,173,194). Sum of RGB (Red+Green+Blue) = 252+173+194=619 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.71% from 619); Green value is 173 (67.97% from 255 or 27.95% from 619); Blue value is 194 (76.17% from 255 or 31.34% from 619); Max value from RGB is 252 - color contains mainly: red. Hex color #FCADC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCADC2 is #03523D. Grayscale: #C7C7C7. Windows color (decimal): -217662 or 12758524. OLE color: 12758524.

HSL color Cylindrical-coordinate representation of color #FCADC2: hue angle of 344.05º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FCADC2 is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 173 194 -
CMYK 0 0.31 0.23 0.01
HSL 344.05º 0.93% 0.83% -
HSV(B) 344.05º 0.31% 0.99% -
XYZ 64.83 54.48 58.14 -
YUV 199.02 125.17 165.79 -
System Red Green Blue C M Y K H S L
Decimal 252 173 194 0 0.31 0.23 0.01 344.05 0.93 0.83
Hex FC AD C2 0 1F 17 1 158 5D 53
Octal 374 255 302 0 37 27 1 530 135 123
Binary 11111100 10101101 11000010 0 11111 10111 1 101011000 1011101 1010011

Color Harmonies of #FCADC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCADC2

Black with #FCADC2

Text Example


Text Example

White with #FCADC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCADC2; }

 p { color: rgb(252,173,194); }

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

background-color css

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

 a { background-color: rgb(252,173,194); }

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

border-color css

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

 span { border-color: rgb(252,173,194); }

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