Html Css Color HEX #FE9AD3 Carnation Pink

📋 copy color: '#FE9AD3'

red 254 ◦ green 154 ◦ blue 211

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

Shades of Carnation Pink #FE9AD3

Tints of Carnation Pink #FE9AD3

RGB

 RED value IS 254 (99.61% from 255) = 41.03%

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

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

R = 41.03%
G = 24.88%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.17

 K value IS 0.00

RGB Variations

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

Color information

#FE9AD3 (or 0xFE9AD3) is known color: Carnation Pink. HEX triplet: FE, 9A and D3. RGB value is (254,154,211). Sum of RGB (Red+Green+Blue) = 254+154+211=619 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.03% from 619); Green value is 154 (60.55% from 255 or 24.88% from 619); Blue value is 211 (82.81% from 255 or 34.09% from 619); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9AD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9AD3 is #01652C. Grayscale: #BEBEBE. Windows color (decimal): -91437 or 13867774. OLE color: 13867774.

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

Color convert

RGB 254 154 211 -
CMYK 0 0.39 0.17 0.00
HSL 325.8º 0.98% 0.8% -
HSV(B) 325.8º 0.39% 1% -
XYZ 64.19 48.89 67.68 -
YUV 190.4 139.63 173.37 -
System Red Green Blue C M Y K H S L
Decimal 254 154 211 0 0.39 0.17 0.00 325.8 0.98 0.8
Hex FE 9A D3 0 27 11 0 146 62 50
Octal 376 232 323 0 47 21 0 506 142 120
Binary 11111110 10011010 11010011 0 100111 10001 0 101000110 1100010 1010000

Color Harmonies of #FE9AD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9AD3

Black with #FE9AD3

Text Example


Text Example

White with #FE9AD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9AD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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