Html Css Color HEX #FFA7C2 Carnation Pink

📋 copy color: '#FFA7C2'

red 255 ◦ green 167 ◦ blue 194

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

Shades of Carnation Pink #FFA7C2

Tints of Carnation Pink #FFA7C2

RGB

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

 GREEN value IS 167 (65.63% from 255) = 27.11%

 BLUE value IS 194 (76.17% from 255) = 31.49%

R = 41.4%
G = 27.11%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.24

 K value IS 0

RGB Variations

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

Color information

#FFA7C2 (or 0xFFA7C2) is known color: Carnation Pink. HEX triplet: FF, A7 and C2. RGB value is (255,167,194). Sum of RGB (Red+Green+Blue) = 255+167+194=616 (81% of max value = 765). Red value is 255 (100% from 255 or 41.40% from 616); Green value is 167 (65.62% from 255 or 27.11% from 616); Blue value is 194 (76.17% from 255 or 31.49% from 616); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA7C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA7C2 is #00583D. Grayscale: #C4C4C4. Windows color (decimal): -22590 or 12756991. OLE color: 12756991.

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

Color convert

RGB 255 167 194 -
CMYK 0 0.35 0.24 0
HSL 341.59º 1% 0.83% -
HSV(B) 341.59º 0.35% 1% -
XYZ 64.8 52.79 57.81 -
YUV 196.39 126.65 169.8 -
System Red Green Blue C M Y K H S L
Decimal 255 167 194 0 0.35 0.24 0 341.59 1 0.83
Hex FF A7 C2 0 23 18 0 156 64 53
Octal 377 247 302 0 43 30 0 526 144 123
Binary 11111111 10100111 11000010 0 100011 11000 0 101010110 1100100 1010011

Color Harmonies of #FFA7C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA7C2

Black with #FFA7C2

Text Example


Text Example

White with #FFA7C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA7C2; }

 p { color: rgb(255,167,194); }

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

background-color css

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

 a { background-color: rgb(255,167,194); }

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

border-color css

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

 span { border-color: rgb(255,167,194); }

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