Html Css Color HEX #FEA5CE Carnation Pink

📋 copy color: '#FEA5CE'

red 254 ◦ green 165 ◦ blue 206

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

Shades of Carnation Pink #FEA5CE

Tints of Carnation Pink #FEA5CE

RGB

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

 GREEN value IS 165 (64.84% from 255) = 26.4%

 BLUE value IS 206 (80.86% from 255) = 32.96%

R = 40.64%
G = 26.4%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#FEA5CE (or 0xFEA5CE) is known color: Carnation Pink. HEX triplet: FE, A5 and CE. RGB value is (254,165,206). Sum of RGB (Red+Green+Blue) = 254+165+206=625 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.64% from 625); Green value is 165 (64.84% from 255 or 26.4% from 625); Blue value is 206 (80.86% from 255 or 32.96% from 625); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA5CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA5CE is #015A31. Grayscale: #C4C4C4. Windows color (decimal): -88626 or 13542910. OLE color: 13542910.

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

Color convert

RGB 254 165 206 -
CMYK 0 0.35 0.19 0.00
HSL 332.36º 0.98% 0.82% -
HSV(B) 332.36º 0.35% 1% -
XYZ 65.47 52.44 65.06 -
YUV 196.29 133.49 169.17 -
System Red Green Blue C M Y K H S L
Decimal 254 165 206 0 0.35 0.19 0.00 332.36 0.98 0.82
Hex FE A5 CE 0 23 13 0 14C 62 52
Octal 376 245 316 0 43 23 0 514 142 122
Binary 11111110 10100101 11001110 0 100011 10011 0 101001100 1100010 1010010

Color Harmonies of #FEA5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA5CE

Black with #FEA5CE

Text Example


Text Example

White with #FEA5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA5CE; }

 p { color: rgb(254,165,206); }

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

background-color css

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

 a { background-color: rgb(254,165,206); }

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

border-color css

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

 span { border-color: rgb(254,165,206); }

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