Html Css Color HEX #FFA2CE Carnation Pink

📋 copy color: '#FFA2CE'

red 255 ◦ green 162 ◦ blue 206

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

Shades of Carnation Pink #FFA2CE

Tints of Carnation Pink #FFA2CE

RGB

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

 GREEN value IS 162 (63.67% from 255) = 26%

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

R = 40.93%
G = 26%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.19

 K value IS 0

RGB Variations

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

Color information

#FFA2CE (or 0xFFA2CE) is known color: Carnation Pink. HEX triplet: FF, A2 and CE. RGB value is (255,162,206). Sum of RGB (Red+Green+Blue) = 255+162+206=623 (82% of max value = 765). Red value is 255 (100% from 255 or 40.93% from 623); Green value is 162 (63.67% from 255 or 26.00% from 623); Blue value is 206 (80.86% from 255 or 33.07% from 623); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA2CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA2CE is #005D31. Grayscale: #C2C2C2. Windows color (decimal): -23858 or 13542143. OLE color: 13542143.

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

Color convert

RGB 255 162 206 -
CMYK 0 0.36 0.19 0
HSL 331.61º 1% 0.82% -
HSV(B) 331.61º 0.36% 1% -
XYZ 65.3 51.56 64.9 -
YUV 194.82 134.31 170.92 -
System Red Green Blue C M Y K H S L
Decimal 255 162 206 0 0.36 0.19 0 331.61 1 0.82
Hex FF A2 CE 0 24 13 0 14C 64 52
Octal 377 242 316 0 44 23 0 514 144 122
Binary 11111111 10100010 11001110 0 100100 10011 0 101001100 1100100 1010010

Color Harmonies of #FFA2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA2CE

Black with #FFA2CE

Text Example


Text Example

White with #FFA2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA2CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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