Html Css Color HEX #FCADCB Carnation Pink

📋 copy color: '#FCADCB'

red 252 ◦ green 173 ◦ blue 203

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

Shades of Carnation Pink #FCADCB

Tints of Carnation Pink #FCADCB

RGB

 RED value IS 252 (98.83% from 255) = 40.13%

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

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

R = 40.13%
G = 27.55%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FCADCB (or 0xFCADCB) is known color: Carnation Pink. HEX triplet: FC, AD and CB. RGB value is (252,173,203). Sum of RGB (Red+Green+Blue) = 252+173+203=628 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.13% from 628); Green value is 173 (67.97% from 255 or 27.55% from 628); Blue value is 203 (79.69% from 255 or 32.32% from 628); Max value from RGB is 252 - color contains mainly: red. Hex color #FCADCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCADCB is #035234. Grayscale: #C8C8C8. Windows color (decimal): -217653 or 13348348. OLE color: 13348348.

HSL color Cylindrical-coordinate representation of color #FCADCB: hue angle of 337.22º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FCADCB is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 173 203 -
CMYK 0 0.31 0.19 0.01
HSL 337.22º 0.93% 0.83% -
HSV(B) 337.22º 0.31% 0.99% -
XYZ 65.87 54.89 63.62 -
YUV 200.04 129.67 165.06 -
System Red Green Blue C M Y K H S L
Decimal 252 173 203 0 0.31 0.19 0.01 337.22 0.93 0.83
Hex FC AD CB 0 1F 13 1 151 5D 53
Octal 374 255 313 0 37 23 1 521 135 123
Binary 11111100 10101101 11001011 0 11111 10011 1 101010001 1011101 1010011

Color Harmonies of #FCADCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCADCB

Black with #FCADCB

Text Example


Text Example

White with #FCADCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCADCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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