Html Css Color HEX #FBDCC1 Karry

📋 copy color: '#FBDCC1'

red 251 ◦ green 220 ◦ blue 193

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

Shades of Karry #FBDCC1

Tints of Karry #FBDCC1

RGB

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

 GREEN value IS 220 (86.33% from 255) = 33.13%

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

R = 37.8%
G = 33.13%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#FBDCC1 (or 0xFBDCC1) is known color: Karry. HEX triplet: FB, DC and C1. RGB value is (251,220,193). Sum of RGB (Red+Green+Blue) = 251+220+193=664 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.80% from 664); Green value is 220 (86.33% from 255 or 33.13% from 664); Blue value is 193 (75.78% from 255 or 29.07% from 664); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDCC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDCC1 is #04233E. Grayscale: #E2E2E2. Windows color (decimal): -271167 or 12705019. OLE color: 12705019.

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

Color convert

RGB 251 220 193 -
CMYK 0 0.12 0.23 0.02
HSL 27.93º 0.88% 0.87% -
HSV(B) 27.93º 0.23% 0.98% -
XYZ 75 75.55 61.08 -
YUV 226.19 109.27 145.7 -
System Red Green Blue C M Y K H S L
Decimal 251 220 193 0 0.12 0.23 0.02 27.93 0.88 0.87
Hex FB DC C1 0 C 17 2 1C 58 57
Octal 373 334 301 0 14 27 2 34 130 127
Binary 11111011 11011100 11000001 0 1100 10111 10 11100 1011000 1010111

Color Harmonies of #FBDCC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDCC1

Black with #FBDCC1

Text Example


Text Example

White with #FBDCC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDCC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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