Html Css Color HEX #FAAFCA Cupid

📋 copy color: '#FAAFCA'

red 250 ◦ green 175 ◦ blue 202

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

Shades of Cupid #FAAFCA

Tints of Cupid #FAAFCA

RGB

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

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

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

R = 39.87%
G = 27.91%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#FAAFCA (or 0xFAAFCA) is known color: Cupid. HEX triplet: FA, AF and CA. RGB value is (250,175,202). Sum of RGB (Red+Green+Blue) = 250+175+202=627 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.87% from 627); Green value is 175 (68.75% from 255 or 27.91% from 627); Blue value is 202 (79.30% from 255 or 32.22% from 627); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAFCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAFCA is #055035. Grayscale: #C8C8C8. Windows color (decimal): -348214 or 13283322. OLE color: 13283322.

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

Color convert

RGB 250 175 202 -
CMYK 0 0.3 0.19 0.02
HSL 338.4º 0.88% 0.83% -
HSV(B) 338.4º 0.3% 0.98% -
XYZ 65.41 55.25 63.09 -
YUV 200.5 128.85 163.3 -
System Red Green Blue C M Y K H S L
Decimal 250 175 202 0 0.3 0.19 0.02 338.4 0.88 0.83
Hex FA AF CA 0 1E 13 2 152 58 53
Octal 372 257 312 0 36 23 2 522 130 123
Binary 11111010 10101111 11001010 0 11110 10011 10 101010010 1011000 1010011

Color Harmonies of #FAAFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAFCA

Black with #FAAFCA

Text Example


Text Example

White with #FAAFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAFCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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