Html Css Color HEX #FFA5C3 Carnation Pink

📋 copy color: '#FFA5C3'

red 255 ◦ green 165 ◦ blue 195

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

Shades of Carnation Pink #FFA5C3

Tints of Carnation Pink #FFA5C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 31.71%

R = 41.46%
G = 26.83%
B = 31.71%

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

#FFA5C3 (or 0xFFA5C3) is known color: Carnation Pink. HEX triplet: FF, A5 and C3. RGB value is (255,165,195). Sum of RGB (Red+Green+Blue) = 255+165+195=615 (81% of max value = 765). Red value is 255 (100% from 255 or 41.46% from 615); Green value is 165 (64.84% from 255 or 26.83% from 615); Blue value is 195 (76.56% from 255 or 31.71% from 615); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA5C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA5C3 is #005A3C. Grayscale: #C3C3C3. Windows color (decimal): -23101 or 12822015. OLE color: 12822015.

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

Color convert

RGB 255 165 195 -
CMYK 0 0.35 0.24 0
HSL 340º 1% 0.82% -
HSV(B) 340º 0.35% 1% -
XYZ 64.55 52.11 58.29 -
YUV 195.33 127.82 170.56 -
System Red Green Blue C M Y K H S L
Decimal 255 165 195 0 0.35 0.24 0 340 1 0.82
Hex FF A5 C3 0 23 18 0 154 64 52
Octal 377 245 303 0 43 30 0 524 144 122
Binary 11111111 10100101 11000011 0 100011 11000 0 101010100 1100100 1010010

Color Harmonies of #FFA5C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA5C3

Black with #FFA5C3

Text Example


Text Example

White with #FFA5C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA5C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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