Html Css Color HEX #FBCDC2 Coral Candy

📋 copy color: '#FBCDC2'

red 251 ◦ green 205 ◦ blue 194

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

Shades of Coral Candy #FBCDC2

Tints of Coral Candy #FBCDC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 29.85%

R = 38.62%
G = 31.54%
B = 29.85%

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

#FBCDC2 (or 0xFBCDC2) is known color: Coral Candy. HEX triplet: FB, CD and C2. RGB value is (251,205,194). Sum of RGB (Red+Green+Blue) = 251+205+194=650 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.62% from 650); Green value is 205 (80.47% from 255 or 31.54% from 650); Blue value is 194 (76.17% from 255 or 29.85% from 650); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCDC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCDC2 is #04323D. Grayscale: #D9D9D9. Windows color (decimal): -275006 or 12766715. OLE color: 12766715.

HSL color Cylindrical-coordinate representation of color #FBCDC2: hue angle of 11.58º 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 #FBCDC2 is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 205 194 -
CMYK 0 0.18 0.23 0.02
HSL 11.58º 0.88% 0.87% -
HSV(B) 11.58º 0.23% 0.98% -
XYZ 71.35 68.07 60.42 -
YUV 217.5 114.74 151.89 -
System Red Green Blue C M Y K H S L
Decimal 251 205 194 0 0.18 0.23 0.02 11.58 0.88 0.87
Hex FB CD C2 0 12 17 2 C 58 57
Octal 373 315 302 0 22 27 2 14 130 127
Binary 11111011 11001101 11000010 0 10010 10111 10 1100 1011000 1010111

Color Harmonies of #FBCDC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCDC2

Black with #FBCDC2

Text Example


Text Example

White with #FBCDC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCDC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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