Html Css Color HEX #FFA6CD Carnation Pink

📋 copy color: '#FFA6CD'

red 255 ◦ green 166 ◦ blue 205

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

Shades of Carnation Pink #FFA6CD

Tints of Carnation Pink #FFA6CD

RGB

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

 GREEN value IS 166 (65.23% from 255) = 26.52%

 BLUE value IS 205 (80.47% from 255) = 32.75%

R = 40.73%
G = 26.52%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.20

 K value IS 0

RGB Variations

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

Color information

#FFA6CD (or 0xFFA6CD) is known color: Carnation Pink. HEX triplet: FF, A6 and CD. RGB value is (255,166,205). Sum of RGB (Red+Green+Blue) = 255+166+205=626 (82% of max value = 765). Red value is 255 (100% from 255 or 40.73% from 626); Green value is 166 (65.23% from 255 or 26.52% from 626); Blue value is 205 (80.47% from 255 or 32.75% from 626); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA6CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA6CD is #005932. Grayscale: #C4C4C4. Windows color (decimal): -22835 or 13477631. OLE color: 13477631.

HSL color Cylindrical-coordinate representation of color #FFA6CD: hue angle of 333.71º 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 #FFA6CD is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.

Color convert

RGB 255 166 205 -
CMYK 0 0.35 0.20 0
HSL 333.71º 1% 0.83% -
HSV(B) 333.71º 0.35% 1% -
XYZ 65.9 52.94 64.5 -
YUV 197.06 132.49 169.33 -
System Red Green Blue C M Y K H S L
Decimal 255 166 205 0 0.35 0.20 0 333.71 1 0.83
Hex FF A6 CD 0 23 14 0 14E 64 53
Octal 377 246 315 0 43 24 0 516 144 123
Binary 11111111 10100110 11001101 0 100011 10100 0 101001110 1100100 1010011

Color Harmonies of #FFA6CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA6CD

Black with #FFA6CD

Text Example


Text Example

White with #FFA6CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA6CD; }

 p { color: rgb(255,166,205); }

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

background-color css

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

 a { background-color: rgb(255,166,205); }

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

border-color css

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

 span { border-color: rgb(255,166,205); }

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