Html Css Color HEX #FDADC8 Carnation Pink

📋 copy color: '#FDADC8'

red 253 ◦ green 173 ◦ blue 200

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

Shades of Carnation Pink #FDADC8

Tints of Carnation Pink #FDADC8

RGB

 RED value IS 253 (99.22% from 255) = 40.42%

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

 BLUE value IS 200 (78.52% from 255) = 31.95%

R = 40.42%
G = 27.64%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#FDADC8 (or 0xFDADC8) is known color: Carnation Pink. HEX triplet: FD, AD and C8. RGB value is (253,173,200). Sum of RGB (Red+Green+Blue) = 253+173+200=626 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.42% from 626); Green value is 173 (67.97% from 255 or 27.64% from 626); Blue value is 200 (78.52% from 255 or 31.95% from 626); Max value from RGB is 253 - color contains mainly: red. Hex color #FDADC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDADC8 is #025237. Grayscale: #C7C7C7. Windows color (decimal): -152120 or 13151741. OLE color: 13151741.

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

Color convert

RGB 253 173 200 -
CMYK 0 0.32 0.21 0.01
HSL 339.75º 0.95% 0.84% -
HSV(B) 339.75º 0.32% 0.99% -
XYZ 65.88 54.94 61.78 -
YUV 200 128 165.8 -
System Red Green Blue C M Y K H S L
Decimal 253 173 200 0 0.32 0.21 0.01 339.75 0.95 0.84
Hex FD AD C8 0 20 15 1 154 5F 54
Octal 375 255 310 0 40 25 1 524 137 124
Binary 11111101 10101101 11001000 0 100000 10101 1 101010100 1011111 1010100

Color Harmonies of #FDADC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDADC8

Black with #FDADC8

Text Example


Text Example

White with #FDADC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDADC8; }

 p { color: rgb(253,173,200); }

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

background-color css

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

 a { background-color: rgb(253,173,200); }

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

border-color css

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

 span { border-color: rgb(253,173,200); }

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