Html Css Color HEX #FDA9CB Carnation Pink

📋 copy color: '#FDA9CB'

red 253 ◦ green 169 ◦ blue 203

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

Shades of Carnation Pink #FDA9CB

Tints of Carnation Pink #FDA9CB

RGB

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

 GREEN value IS 169 (66.41% from 255) = 27.04%

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

R = 40.48%
G = 27.04%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#FDA9CB (or 0xFDA9CB) is known color: Carnation Pink. HEX triplet: FD, A9 and CB. RGB value is (253,169,203). Sum of RGB (Red+Green+Blue) = 253+169+203=625 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.48% from 625); Green value is 169 (66.41% from 255 or 27.04% from 625); Blue value is 203 (79.69% from 255 or 32.48% from 625); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA9CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA9CB is #025634. Grayscale: #C5C5C5. Windows color (decimal): -153141 or 13347325. OLE color: 13347325.

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

Color convert

RGB 253 169 203 -
CMYK 0 0.33 0.20 0.01
HSL 335.71º 0.95% 0.83% -
HSV(B) 335.71º 0.33% 0.99% -
XYZ 65.48 53.57 63.39 -
YUV 197.99 130.83 167.24 -
System Red Green Blue C M Y K H S L
Decimal 253 169 203 0 0.33 0.20 0.01 335.71 0.95 0.83
Hex FD A9 CB 0 21 14 1 150 5F 53
Octal 375 251 313 0 41 24 1 520 137 123
Binary 11111101 10101001 11001011 0 100001 10100 1 101010000 1011111 1010011

Color Harmonies of #FDA9CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA9CB

Black with #FDA9CB

Text Example


Text Example

White with #FDA9CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA9CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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