Html Css Color HEX #FF9AD3 Carnation Pink

📋 copy color: '#FF9AD3'

red 255 ◦ green 154 ◦ blue 211

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

Shades of Carnation Pink #FF9AD3

Tints of Carnation Pink #FF9AD3

RGB

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

 GREEN value IS 154 (60.55% from 255) = 24.84%

 BLUE value IS 211 (82.81% from 255) = 34.03%

R = 41.13%
G = 24.84%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.17

 K value IS 0

RGB Variations

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

Color information

#FF9AD3 (or 0xFF9AD3) is known color: Carnation Pink. HEX triplet: FF, 9A and D3. RGB value is (255,154,211). Sum of RGB (Red+Green+Blue) = 255+154+211=620 (82% of max value = 765). Red value is 255 (100% from 255 or 41.13% from 620); Green value is 154 (60.55% from 255 or 24.84% from 620); Blue value is 211 (82.81% from 255 or 34.03% from 620); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9AD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9AD3 is #00652C. Grayscale: #BEBEBE. Windows color (decimal): -25901 or 13867775. OLE color: 13867775.

HSL color Cylindrical-coordinate representation of color #FF9AD3: hue angle of 326.14º 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 #FF9AD3 is Cyan = 0, Magento = 0.40, Yellow = 0.17 and Black (K on CMYK) = 0.

Color convert

RGB 255 154 211 -
CMYK 0 0.40 0.17 0
HSL 326.14º 1% 0.8% -
HSV(B) 326.14º 0.4% 1% -
XYZ 64.55 49.07 67.7 -
YUV 190.7 139.46 173.87 -
System Red Green Blue C M Y K H S L
Decimal 255 154 211 0 0.40 0.17 0 326.14 1 0.8
Hex FF 9A D3 0 28 11 0 146 64 50
Octal 377 232 323 0 50 21 0 506 144 120
Binary 11111111 10011010 11010011 0 101000 10001 0 101000110 1100100 1010000

Color Harmonies of #FF9AD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9AD3

Black with #FF9AD3

Text Example


Text Example

White with #FF9AD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9AD3; }

 p { color: rgb(255,154,211); }

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

background-color css

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

 a { background-color: rgb(255,154,211); }

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

border-color css

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

 span { border-color: rgb(255,154,211); }

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