Html Css Color HEX #FDA1BB Carnation Pink

📋 copy color: '#FDA1BB'

red 253 ◦ green 161 ◦ blue 187

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

Shades of Carnation Pink #FDA1BB

Tints of Carnation Pink #FDA1BB

RGB

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

 GREEN value IS 161 (63.28% from 255) = 26.79%

 BLUE value IS 187 (73.44% from 255) = 31.11%

R = 42.1%
G = 26.79%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FDA1BB (or 0xFDA1BB) is known color: Carnation Pink. HEX triplet: FD, A1 and BB. RGB value is (253,161,187). Sum of RGB (Red+Green+Blue) = 253+161+187=601 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.10% from 601); Green value is 161 (63.28% from 255 or 26.79% from 601); Blue value is 187 (73.44% from 255 or 31.11% from 601); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA1BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA1BB is #025E44. Grayscale: #BFBFBF. Windows color (decimal): -155205 or 12296701. OLE color: 12296701.

HSL color Cylindrical-coordinate representation of color #FDA1BB: hue angle of 343.04º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FDA1BB is Cyan = 0, Magento = 0.36, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 161 187 -
CMYK 0 0.36 0.26 0.01
HSL 343.04º 0.96% 0.81% -
HSV(B) 343.04º 0.36% 0.99% -
XYZ 62.22 49.96 53.38 -
YUV 191.47 125.48 171.89 -
System Red Green Blue C M Y K H S L
Decimal 253 161 187 0 0.36 0.26 0.01 343.04 0.96 0.81
Hex FD A1 BB 0 24 1A 1 157 60 51
Octal 375 241 273 0 44 32 1 527 140 121
Binary 11111101 10100001 10111011 0 100100 11010 1 101010111 1100000 1010001

Color Harmonies of #FDA1BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA1BB

Black with #FDA1BB

Text Example


Text Example

White with #FDA1BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA1BB; }

 p { color: rgb(253,161,187); }

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

background-color css

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

 a { background-color: rgb(253,161,187); }

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

border-color css

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

 span { border-color: rgb(253,161,187); }

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