Html Css Color HEX #FDA1CB Carnation Pink

📋 copy color: '#FDA1CB'

red 253 ◦ green 161 ◦ blue 203

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

Shades of Carnation Pink #FDA1CB

Tints of Carnation Pink #FDA1CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 32.9%

R = 41%
G = 26.09%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#FDA1CB (or 0xFDA1CB) is known color: Carnation Pink. HEX triplet: FD, A1 and CB. RGB value is (253,161,203). Sum of RGB (Red+Green+Blue) = 253+161+203=617 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.00% from 617); Green value is 161 (63.28% from 255 or 26.09% from 617); Blue value is 203 (79.69% from 255 or 32.90% from 617); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA1CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA1CB is #025E34. Grayscale: #C1C1C1. Windows color (decimal): -155189 or 13345277. OLE color: 13345277.

HSL color Cylindrical-coordinate representation of color #FDA1CB: hue angle of 332.61º 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 #FDA1CB is Cyan = 0, Magento = 0.36, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 161 203 -
CMYK 0 0.36 0.20 0.01
HSL 332.61º 0.96% 0.81% -
HSV(B) 332.61º 0.36% 0.99% -
XYZ 64.03 50.68 62.91 -
YUV 193.3 133.48 170.58 -
System Red Green Blue C M Y K H S L
Decimal 253 161 203 0 0.36 0.20 0.01 332.61 0.96 0.81
Hex FD A1 CB 0 24 14 1 14D 60 51
Octal 375 241 313 0 44 24 1 515 140 121
Binary 11111101 10100001 11001011 0 100100 10100 1 101001101 1100000 1010001

Color Harmonies of #FDA1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA1CB

Black with #FDA1CB

Text Example


Text Example

White with #FDA1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA1CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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