Html Css Color HEX #FCAFC4 Cupid

📋 copy color: '#FCAFC4'

red 252 ◦ green 175 ◦ blue 196

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

Shades of Cupid #FCAFC4

Tints of Cupid #FCAFC4

RGB

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

 GREEN value IS 175 (68.75% from 255) = 28.09%

 BLUE value IS 196 (76.95% from 255) = 31.46%

R = 40.45%
G = 28.09%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#FCAFC4 (or 0xFCAFC4) is known color: Cupid. HEX triplet: FC, AF and C4. RGB value is (252,175,196). Sum of RGB (Red+Green+Blue) = 252+175+196=623 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.45% from 623); Green value is 175 (68.75% from 255 or 28.09% from 623); Blue value is 196 (76.95% from 255 or 31.46% from 623); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAFC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCAFC4 is #03503B. Grayscale: #C8C8C8. Windows color (decimal): -217148 or 12890108. OLE color: 12890108.

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

Color convert

RGB 252 175 196 -
CMYK 0 0.31 0.22 0.01
HSL 343.64º 0.93% 0.84% -
HSV(B) 343.64º 0.31% 0.99% -
XYZ 65.44 55.34 59.46 -
YUV 200.42 125.51 164.79 -
System Red Green Blue C M Y K H S L
Decimal 252 175 196 0 0.31 0.22 0.01 343.64 0.93 0.84
Hex FC AF C4 0 1F 16 1 158 5D 54
Octal 374 257 304 0 37 26 1 530 135 124
Binary 11111100 10101111 11000100 0 11111 10110 1 101011000 1011101 1010100

Color Harmonies of #FCAFC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAFC4

Black with #FCAFC4

Text Example


Text Example

White with #FCAFC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAFC4; }

 p { color: rgb(252,175,196); }

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

background-color css

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

 a { background-color: rgb(252,175,196); }

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

border-color css

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

 span { border-color: rgb(252,175,196); }

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