Html Css Color HEX #FD9CBA Carnation Pink

📋 copy color: '#FD9CBA'

red 253 ◦ green 156 ◦ blue 186

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

Shades of Carnation Pink #FD9CBA

Tints of Carnation Pink #FD9CBA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 26.22%

 BLUE value IS 186 (73.05% from 255) = 31.26%

R = 42.52%
G = 26.22%
B = 31.26%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FD9CBA (or 0xFD9CBA) is known color: Carnation Pink. HEX triplet: FD, 9C and BA. RGB value is (253,156,186). Sum of RGB (Red+Green+Blue) = 253+156+186=595 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.52% from 595); Green value is 156 (61.33% from 255 or 26.22% from 595); Blue value is 186 (73.05% from 255 or 31.26% from 595); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9CBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD9CBA is #026345. Grayscale: #BCBCBC. Windows color (decimal): -156486 or 12229885. OLE color: 12229885.

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

Color convert

RGB 253 156 186 -
CMYK 0 0.38 0.26 0.01
HSL 341.44º 0.96% 0.8% -
HSV(B) 341.44º 0.38% 0.99% -
XYZ 61.26 48.2 52.53 -
YUV 188.42 126.64 174.06 -
System Red Green Blue C M Y K H S L
Decimal 253 156 186 0 0.38 0.26 0.01 341.44 0.96 0.8
Hex FD 9C BA 0 26 1A 1 155 60 50
Octal 375 234 272 0 46 32 1 525 140 120
Binary 11111101 10011100 10111010 0 100110 11010 1 101010101 1100000 1010000

Color Harmonies of #FD9CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD9CBA

Black with #FD9CBA

Text Example


Text Example

White with #FD9CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD9CBA; }

 p { color: rgb(253,156,186); }

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

background-color css

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

 a { background-color: rgb(253,156,186); }

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

border-color css

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

 span { border-color: rgb(253,156,186); }

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