Html Css Color HEX #FDABBF Cupid

📋 copy color: '#FDABBF'

red 253 ◦ green 171 ◦ blue 191

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

Shades of Cupid #FDABBF

Tints of Cupid #FDABBF

RGB

 RED value IS 253 (99.22% from 255) = 41.14%

 GREEN value IS 171 (67.19% from 255) = 27.8%

 BLUE value IS 191 (75% from 255) = 31.06%

R = 41.14%
G = 27.8%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FDABBF (or 0xFDABBF) is known color: Cupid. HEX triplet: FD, AB and BF. RGB value is (253,171,191). Sum of RGB (Red+Green+Blue) = 253+171+191=615 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.14% from 615); Green value is 171 (67.19% from 255 or 27.80% from 615); Blue value is 191 (75% from 255 or 31.06% from 615); Max value from RGB is 253 - color contains mainly: red. Hex color #FDABBF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDABBF is #025440. Grayscale: #C5C5C5. Windows color (decimal): -152641 or 12561405. OLE color: 12561405.

HSL color Cylindrical-coordinate representation of color #FDABBF: hue angle of 345.37º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FDABBF is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 171 191 -
CMYK 0 0.32 0.25 0.01
HSL 345.37º 0.95% 0.83% -
HSV(B) 345.37º 0.32% 0.99% -
XYZ 64.47 53.77 56.27 -
YUV 197.8 124.17 167.37 -
System Red Green Blue C M Y K H S L
Decimal 253 171 191 0 0.32 0.25 0.01 345.37 0.95 0.83
Hex FD AB BF 0 20 19 1 159 5F 53
Octal 375 253 277 0 40 31 1 531 137 123
Binary 11111101 10101011 10111111 0 100000 11001 1 101011001 1011111 1010011

Color Harmonies of #FDABBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDABBF

Black with #FDABBF

Text Example


Text Example

White with #FDABBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDABBF; }

 p { color: rgb(253,171,191); }

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

background-color css

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

 a { background-color: rgb(253,171,191); }

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

border-color css

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

 span { border-color: rgb(253,171,191); }

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