Html Css Color HEX #FC9BD2 Carnation Pink

📋 copy color: '#FC9BD2'

red 252 ◦ green 155 ◦ blue 210

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

Shades of Carnation Pink #FC9BD2

Tints of Carnation Pink #FC9BD2

RGB

 RED value IS 252 (98.83% from 255) = 40.84%

 GREEN value IS 155 (60.94% from 255) = 25.12%

 BLUE value IS 210 (82.42% from 255) = 34.04%

R = 40.84%
G = 25.12%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FC9BD2 (or 0xFC9BD2) is known color: Carnation Pink. HEX triplet: FC, 9B and D2. RGB value is (252,155,210). Sum of RGB (Red+Green+Blue) = 252+155+210=617 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.84% from 617); Green value is 155 (60.94% from 255 or 25.12% from 617); Blue value is 210 (82.42% from 255 or 34.04% from 617); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9BD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC9BD2 is #03642D. Grayscale: #BEBEBE. Windows color (decimal): -222254 or 13802492. OLE color: 13802492.

HSL color Cylindrical-coordinate representation of color #FC9BD2: hue angle of 325.98º degrees, saturation: 0.94, 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 #FC9BD2 is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 155 210 -
CMYK 0 0.38 0.17 0.01
HSL 325.98º 0.94% 0.8% -
HSV(B) 325.98º 0.38% 0.99% -
XYZ 63.5 48.79 67.04 -
YUV 190.27 139.14 172.03 -
System Red Green Blue C M Y K H S L
Decimal 252 155 210 0 0.38 0.17 0.01 325.98 0.94 0.8
Hex FC 9B D2 0 26 11 1 146 5E 50
Octal 374 233 322 0 46 21 1 506 136 120
Binary 11111100 10011011 11010010 0 100110 10001 1 101000110 1011110 1010000

Color Harmonies of #FC9BD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9BD2

Black with #FC9BD2

Text Example


Text Example

White with #FC9BD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9BD2; }

 p { color: rgb(252,155,210); }

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

background-color css

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

 a { background-color: rgb(252,155,210); }

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

border-color css

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

 span { border-color: rgb(252,155,210); }

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