Html Css Color HEX #FC99D2 Carnation Pink

📋 copy color: '#FC99D2'

red 252 ◦ green 153 ◦ blue 210

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

Shades of Carnation Pink #FC99D2

Tints of Carnation Pink #FC99D2

RGB

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

 GREEN value IS 153 (60.16% from 255) = 24.88%

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

R = 40.98%
G = 24.88%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FC99D2 (or 0xFC99D2) is known color: Carnation Pink. HEX triplet: FC, 99 and D2. RGB value is (252,153,210). Sum of RGB (Red+Green+Blue) = 252+153+210=615 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.98% from 615); Green value is 153 (60.16% from 255 or 24.88% from 615); Blue value is 210 (82.42% from 255 or 34.15% from 615); Max value from RGB is 252 - color contains mainly: red. Hex color #FC99D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC99D2 is #03662D. Grayscale: #BCBCBC. Windows color (decimal): -222766 or 13801980. OLE color: 13801980.

HSL color Cylindrical-coordinate representation of color #FC99D2: hue angle of 325.45º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FC99D2 is Cyan = 0, Magento = 0.39, Yellow = 0.17 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 153 210 -
CMYK 0 0.39 0.17 0.01
HSL 325.45º 0.94% 0.79% -
HSV(B) 325.45º 0.39% 0.99% -
XYZ 63.17 48.13 66.93 -
YUV 189.1 139.8 172.87 -
System Red Green Blue C M Y K H S L
Decimal 252 153 210 0 0.39 0.17 0.01 325.45 0.94 0.79
Hex FC 99 D2 0 27 11 1 145 5E 4F
Octal 374 231 322 0 47 21 1 505 136 117
Binary 11111100 10011001 11010010 0 100111 10001 1 101000101 1011110 1001111

Color Harmonies of #FC99D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC99D2

Black with #FC99D2

Text Example


Text Example

White with #FC99D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC99D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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