Html Css Color HEX #FFA5CB Carnation Pink

📋 copy color: '#FFA5CB'

red 255 ◦ green 165 ◦ blue 203

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

Shades of Carnation Pink #FFA5CB

Tints of Carnation Pink #FFA5CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 32.58%

R = 40.93%
G = 26.48%
B = 32.58%

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

#FFA5CB (or 0xFFA5CB) is known color: Carnation Pink. HEX triplet: FF, A5 and CB. RGB value is (255,165,203). Sum of RGB (Red+Green+Blue) = 255+165+203=623 (82% of max value = 765). Red value is 255 (100% from 255 or 40.93% from 623); Green value is 165 (64.84% from 255 or 26.48% from 623); Blue value is 203 (79.69% from 255 or 32.58% from 623); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA5CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA5CB is #005A34. Grayscale: #C4C4C4. Windows color (decimal): -23093 or 13346303. OLE color: 13346303.

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

Color convert

RGB 255 165 203 -
CMYK 0 0.35 0.20 0
HSL 334.67º 1% 0.82% -
HSV(B) 334.67º 0.35% 1% -
XYZ 65.47 52.48 63.18 -
YUV 196.24 131.82 169.91 -
System Red Green Blue C M Y K H S L
Decimal 255 165 203 0 0.35 0.20 0 334.67 1 0.82
Hex FF A5 CB 0 23 14 0 14F 64 52
Octal 377 245 313 0 43 24 0 517 144 122
Binary 11111111 10100101 11001011 0 100011 10100 0 101001111 1100100 1010010

Color Harmonies of #FFA5CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA5CB

Black with #FFA5CB

Text Example


Text Example

White with #FFA5CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA5CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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