Html Css Color HEX #FAB2C8 Cupid

📋 copy color: '#FAB2C8'

red 250 ◦ green 178 ◦ blue 200

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

Shades of Cupid #FAB2C8

Tints of Cupid #FAB2C8

RGB

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

 GREEN value IS 178 (69.92% from 255) = 28.34%

 BLUE value IS 200 (78.52% from 255) = 31.85%

R = 39.81%
G = 28.34%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.2

 K value IS 0.02

RGB Variations

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

Color information

#FAB2C8 (or 0xFAB2C8) is known color: Cupid. HEX triplet: FA, B2 and C8. RGB value is (250,178,200). Sum of RGB (Red+Green+Blue) = 250+178+200=628 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.81% from 628); Green value is 178 (69.92% from 255 or 28.34% from 628); Blue value is 200 (78.52% from 255 or 31.85% from 628); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB2C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAB2C8 is #054D37. Grayscale: #CACACA. Windows color (decimal): -347448 or 13153018. OLE color: 13153018.

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

Color convert

RGB 250 178 200 -
CMYK 0 0.29 0.2 0.02
HSL 341.67º 0.88% 0.84% -
HSV(B) 341.67º 0.29% 0.98% -
XYZ 65.77 56.33 62.05 -
YUV 202.04 126.85 162.21 -
System Red Green Blue C M Y K H S L
Decimal 250 178 200 0 0.29 0.2 0.02 341.67 0.88 0.84
Hex FA B2 C8 0 1D 14 2 156 58 54
Octal 372 262 310 0 35 24 2 526 130 124
Binary 11111010 10110010 11001000 0 11101 10100 10 101010110 1011000 1010100

Color Harmonies of #FAB2C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB2C8

Black with #FAB2C8

Text Example


Text Example

White with #FAB2C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB2C8; }

 p { color: rgb(250,178,200); }

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

background-color css

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

 a { background-color: rgb(250,178,200); }

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

border-color css

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

 span { border-color: rgb(250,178,200); }

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