Html Css Color HEX #FAB3CC Cupid

📋 copy color: '#FAB3CC'

red 250 ◦ green 179 ◦ blue 204

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

Shades of Cupid #FAB3CC

Tints of Cupid #FAB3CC

RGB

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

 GREEN value IS 179 (70.31% from 255) = 28.28%

 BLUE value IS 204 (80.08% from 255) = 32.23%

R = 39.49%
G = 28.28%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FAB3CC (or 0xFAB3CC) is known color: Cupid. HEX triplet: FA, B3 and CC. RGB value is (250,179,204). Sum of RGB (Red+Green+Blue) = 250+179+204=633 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.49% from 633); Green value is 179 (70.31% from 255 or 28.28% from 633); Blue value is 204 (80.08% from 255 or 32.23% from 633); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB3CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB3CC is #054C33. Grayscale: #CBCBCB. Windows color (decimal): -347188 or 13415418. OLE color: 13415418.

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

Color convert

RGB 250 179 204 -
CMYK 0 0.28 0.18 0.02
HSL 338.87º 0.88% 0.84% -
HSV(B) 338.87º 0.28% 0.98% -
XYZ 66.44 56.92 64.61 -
YUV 203.08 128.52 161.47 -
System Red Green Blue C M Y K H S L
Decimal 250 179 204 0 0.28 0.18 0.02 338.87 0.88 0.84
Hex FA B3 CC 0 1C 12 2 153 58 54
Octal 372 263 314 0 34 22 2 523 130 124
Binary 11111010 10110011 11001100 0 11100 10010 10 101010011 1011000 1010100

Color Harmonies of #FAB3CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB3CC

Black with #FAB3CC

Text Example


Text Example

White with #FAB3CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB3CC; }

 p { color: rgb(250,179,204); }

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

background-color css

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

 a { background-color: rgb(250,179,204); }

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

border-color css

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

 span { border-color: rgb(250,179,204); }

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