Html Css Color HEX #FFADCB Carnation Pink

📋 copy color: '#FFADCB'

red 255 ◦ green 173 ◦ blue 203

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

Shades of Carnation Pink #FFADCB

Tints of Carnation Pink #FFADCB

RGB

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

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

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

R = 40.41%
G = 27.42%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.20

 K value IS 0

RGB Variations

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

Color information

#FFADCB (or 0xFFADCB) is known color: Carnation Pink. HEX triplet: FF, AD and CB. RGB value is (255,173,203). Sum of RGB (Red+Green+Blue) = 255+173+203=631 (83% of max value = 765). Red value is 255 (100% from 255 or 40.41% from 631); Green value is 173 (67.97% from 255 or 27.42% from 631); Blue value is 203 (79.69% from 255 or 32.17% from 631); Max value from RGB is 255 - color contains mainly: red. Hex color #FFADCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFADCB is #005234. Grayscale: #C8C8C8. Windows color (decimal): -21045 or 13348351. OLE color: 13348351.

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

Color convert

RGB 255 173 203 -
CMYK 0 0.32 0.20 0
HSL 338.05º 1% 0.84% -
HSV(B) 338.05º 0.32% 1% -
XYZ 66.96 55.46 63.68 -
YUV 200.94 129.17 166.56 -
System Red Green Blue C M Y K H S L
Decimal 255 173 203 0 0.32 0.20 0 338.05 1 0.84
Hex FF AD CB 0 20 14 0 152 64 54
Octal 377 255 313 0 40 24 0 522 144 124
Binary 11111111 10101101 11001011 0 100000 10100 0 101010010 1100100 1010100

Color Harmonies of #FFADCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFADCB

Black with #FFADCB

Text Example


Text Example

White with #FFADCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFADCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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