Html Css Color HEX #FAB0C4 Cupid

📋 copy color: '#FAB0C4'

red 250 ◦ green 176 ◦ blue 196

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

Shades of Cupid #FAB0C4

Tints of Cupid #FAB0C4

RGB

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

 GREEN value IS 176 (69.14% from 255) = 28.3%

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

R = 40.19%
G = 28.3%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#FAB0C4 (or 0xFAB0C4) is known color: Cupid. HEX triplet: FA, B0 and C4. RGB value is (250,176,196). Sum of RGB (Red+Green+Blue) = 250+176+196=622 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.19% from 622); Green value is 176 (69.14% from 255 or 28.30% from 622); Blue value is 196 (76.95% from 255 or 31.51% from 622); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB0C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAB0C4 is #054F3B. Grayscale: #C8C8C8. Windows color (decimal): -347964 or 12890362. OLE color: 12890362.

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

Color convert

RGB 250 176 196 -
CMYK 0 0.30 0.22 0.02
HSL 343.78º 0.88% 0.84% -
HSV(B) 343.78º 0.3% 0.98% -
XYZ 64.91 55.36 59.49 -
YUV 200.41 125.52 163.37 -
System Red Green Blue C M Y K H S L
Decimal 250 176 196 0 0.30 0.22 0.02 343.78 0.88 0.84
Hex FA B0 C4 0 1E 16 2 158 58 54
Octal 372 260 304 0 36 26 2 530 130 124
Binary 11111010 10110000 11000100 0 11110 10110 10 101011000 1011000 1010100

Color Harmonies of #FAB0C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB0C4

Black with #FAB0C4

Text Example


Text Example

White with #FAB0C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB0C4; }

 p { color: rgb(250,176,196); }

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

background-color css

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

 a { background-color: rgb(250,176,196); }

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

border-color css

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

 span { border-color: rgb(250,176,196); }

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