Html Css Color HEX #FBCDC1 Coral Candy

📋 copy color: '#FBCDC1'

red 251 ◦ green 205 ◦ blue 193

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

Shades of Coral Candy #FBCDC1

Tints of Coral Candy #FBCDC1

RGB

 RED value IS 251 (98.44% from 255) = 38.67%

 GREEN value IS 205 (80.47% from 255) = 31.59%

 BLUE value IS 193 (75.78% from 255) = 29.74%

R = 38.67%
G = 31.59%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#FBCDC1 (or 0xFBCDC1) is known color: Coral Candy. HEX triplet: FB, CD and C1. RGB value is (251,205,193). Sum of RGB (Red+Green+Blue) = 251+205+193=649 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.67% from 649); Green value is 205 (80.47% from 255 or 31.59% from 649); Blue value is 193 (75.78% from 255 or 29.74% from 649); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCDC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCDC1 is #04323E. Grayscale: #D9D9D9. Windows color (decimal): -275007 or 12701179. OLE color: 12701179.

HSL color Cylindrical-coordinate representation of color #FBCDC1: hue angle of 12.41º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FBCDC1 is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 205 193 -
CMYK 0 0.18 0.23 0.02
HSL 12.41º 0.88% 0.87% -
HSV(B) 12.41º 0.23% 0.98% -
XYZ 71.24 68.02 59.83 -
YUV 217.39 114.24 151.98 -
System Red Green Blue C M Y K H S L
Decimal 251 205 193 0 0.18 0.23 0.02 12.41 0.88 0.87
Hex FB CD C1 0 12 17 2 C 58 57
Octal 373 315 301 0 22 27 2 14 130 127
Binary 11111011 11001101 11000001 0 10010 10111 10 1100 1011000 1010111

Color Harmonies of #FBCDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCDC1

Black with #FBCDC1

Text Example


Text Example

White with #FBCDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCDC1; }

 p { color: rgb(251,205,193); }

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

background-color css

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

 a { background-color: rgb(251,205,193); }

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

border-color css

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

 span { border-color: rgb(251,205,193); }

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