Html Css Color HEX #FF99CA Carnation Pink

📋 copy color: '#FF99CA'

red 255 ◦ green 153 ◦ blue 202

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

Shades of Carnation Pink #FF99CA

Tints of Carnation Pink #FF99CA

RGB

 RED value IS 255 (100% from 255) = 41.8%

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

 BLUE value IS 202 (79.3% from 255) = 33.11%

R = 41.8%
G = 25.08%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.21

 K value IS 0

RGB Variations

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

Color information

#FF99CA (or 0xFF99CA) is known color: Carnation Pink. HEX triplet: FF, 99 and CA. RGB value is (255,153,202). Sum of RGB (Red+Green+Blue) = 255+153+202=610 (80% of max value = 765). Red value is 255 (100% from 255 or 41.80% from 610); Green value is 153 (60.16% from 255 or 25.08% from 610); Blue value is 202 (79.30% from 255 or 33.11% from 610); Max value from RGB is 255 - color contains mainly: red. Hex color #FF99CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF99CA is #006635. Grayscale: #BCBCBC. Windows color (decimal): -26166 or 13277695. OLE color: 13277695.

HSL color Cylindrical-coordinate representation of color #FF99CA: hue angle of 331.18º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FF99CA is Cyan = 0, Magento = 0.4, Yellow = 0.21 and Black (K on CMYK) = 0.

Color convert

RGB 255 153 202 -
CMYK 0 0.4 0.21 0
HSL 331.18º 1% 0.8% -
HSV(B) 331.18º 0.4% 1% -
XYZ 63.29 48.31 61.87 -
YUV 189.08 135.29 175.02 -
System Red Green Blue C M Y K H S L
Decimal 255 153 202 0 0.4 0.21 0 331.18 1 0.8
Hex FF 99 CA 0 28 15 0 14B 64 50
Octal 377 231 312 0 50 25 0 513 144 120
Binary 11111111 10011001 11001010 0 101000 10101 0 101001011 1100100 1010000

Color Harmonies of #FF99CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF99CA

Black with #FF99CA

Text Example


Text Example

White with #FF99CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF99CA; }

 p { color: rgb(255,153,202); }

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

background-color css

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

 a { background-color: rgb(255,153,202); }

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

border-color css

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

 span { border-color: rgb(255,153,202); }

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