Html Css Color HEX #FFA5C4 Carnation Pink

📋 copy color: '#FFA5C4'

red 255 ◦ green 165 ◦ blue 196

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

Shades of Carnation Pink #FFA5C4

Tints of Carnation Pink #FFA5C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 31.82%

R = 41.4%
G = 26.79%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.23

 K value IS 0

RGB Variations

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

Color information

#FFA5C4 (or 0xFFA5C4) is known color: Carnation Pink. HEX triplet: FF, A5 and C4. RGB value is (255,165,196). Sum of RGB (Red+Green+Blue) = 255+165+196=616 (81% of max value = 765). Red value is 255 (100% from 255 or 41.40% from 616); Green value is 165 (64.84% from 255 or 26.79% from 616); Blue value is 196 (76.95% from 255 or 31.82% from 616); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA5C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA5C4 is #005A3B. Grayscale: #C3C3C3. Windows color (decimal): -23100 or 12887551. OLE color: 12887551.

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

Color convert

RGB 255 165 196 -
CMYK 0 0.35 0.23 0
HSL 339.33º 1% 0.82% -
HSV(B) 339.33º 0.35% 1% -
XYZ 64.66 52.16 58.88 -
YUV 195.44 128.32 170.48 -
System Red Green Blue C M Y K H S L
Decimal 255 165 196 0 0.35 0.23 0 339.33 1 0.82
Hex FF A5 C4 0 23 17 0 153 64 52
Octal 377 245 304 0 43 27 0 523 144 122
Binary 11111111 10100101 11000100 0 100011 10111 0 101010011 1100100 1010010

Color Harmonies of #FFA5C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA5C4

Black with #FFA5C4

Text Example


Text Example

White with #FFA5C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA5C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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