Html Css Color HEX #FFA5CE Carnation Pink

📋 copy color: '#FFA5CE'

red 255 ◦ green 165 ◦ blue 206

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

Shades of Carnation Pink #FFA5CE

Tints of Carnation Pink #FFA5CE

RGB

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

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

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

R = 40.73%
G = 26.36%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.19

 K value IS 0

RGB Variations

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

Color information

#FFA5CE (or 0xFFA5CE) is known color: Carnation Pink. HEX triplet: FF, A5 and CE. RGB value is (255,165,206). Sum of RGB (Red+Green+Blue) = 255+165+206=626 (82% of max value = 765). Red value is 255 (100% from 255 or 40.73% from 626); Green value is 165 (64.84% from 255 or 26.36% from 626); Blue value is 206 (80.86% from 255 or 32.91% from 626); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA5CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA5CE is #005A31. Grayscale: #C4C4C4. Windows color (decimal): -23090 or 13542911. OLE color: 13542911.

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

Color convert

RGB 255 165 206 -
CMYK 0 0.35 0.19 0
HSL 332.67º 1% 0.82% -
HSV(B) 332.67º 0.35% 1% -
XYZ 65.84 52.63 65.08 -
YUV 196.58 133.32 169.67 -
System Red Green Blue C M Y K H S L
Decimal 255 165 206 0 0.35 0.19 0 332.67 1 0.82
Hex FF A5 CE 0 23 13 0 14D 64 52
Octal 377 245 316 0 43 23 0 515 144 122
Binary 11111111 10100101 11001110 0 100011 10011 0 101001101 1100100 1010010

Color Harmonies of #FFA5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA5CE

Black with #FFA5CE

Text Example


Text Example

White with #FFA5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA5CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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