Html Css Color HEX #FFADCA Carnation Pink

📋 copy color: '#FFADCA'

red 255 ◦ green 173 ◦ blue 202

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

Shades of Carnation Pink #FFADCA

Tints of Carnation Pink #FFADCA

RGB

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

 GREEN value IS 173 (67.97% from 255) = 27.46%

 BLUE value IS 202 (79.3% from 255) = 32.06%

R = 40.48%
G = 27.46%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.21

 K value IS 0

RGB Variations

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

Color information

#FFADCA (or 0xFFADCA) is known color: Carnation Pink. HEX triplet: FF, AD and CA. RGB value is (255,173,202). Sum of RGB (Red+Green+Blue) = 255+173+202=630 (83% of max value = 765). Red value is 255 (100% from 255 or 40.48% from 630); Green value is 173 (67.97% from 255 or 27.46% from 630); Blue value is 202 (79.30% from 255 or 32.06% from 630); Max value from RGB is 255 - color contains mainly: red. Hex color #FFADCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFADCA is #005235. Grayscale: #C8C8C8. Windows color (decimal): -21046 or 13282815. OLE color: 13282815.

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

Color convert

RGB 255 173 202 -
CMYK 0 0.32 0.21 0
HSL 338.78º 1% 0.84% -
HSV(B) 338.78º 0.32% 1% -
XYZ 66.84 55.41 63.05 -
YUV 200.82 128.67 166.64 -
System Red Green Blue C M Y K H S L
Decimal 255 173 202 0 0.32 0.21 0 338.78 1 0.84
Hex FF AD CA 0 20 15 0 153 64 54
Octal 377 255 312 0 40 25 0 523 144 124
Binary 11111111 10101101 11001010 0 100000 10101 0 101010011 1100100 1010100

Color Harmonies of #FFADCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFADCA

Black with #FFADCA

Text Example


Text Example

White with #FFADCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFADCA; }

 p { color: rgb(255,173,202); }

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

background-color css

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

 a { background-color: rgb(255,173,202); }

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

border-color css

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

 span { border-color: rgb(255,173,202); }

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